Browse Source

Bump micro version number for r10429

Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 18 years ago
parent
commit
ac6577cd71
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View File

@@ -21,8 +21,8 @@
#ifndef AVFORMAT_H
#define AVFORMAT_H

#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+2)
#define LIBAVFORMAT_VERSION 51.12.2
#define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+3)
#define LIBAVFORMAT_VERSION 51.12.3
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT

#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)


Loading…
Cancel
Save