build num ++
authorNick Kurshev <nickols_k@mail.ru>
Sun, 12 May 2002 16:06:45 +0000 (16:06 +0000)
committerNick Kurshev <nickols_k@mail.ru>
Sun, 12 May 2002 16:06:45 +0000 (16:06 +0000)
Originally committed as revision 490 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index cd42058..3bd0b8a 100644 (file)
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4607
-#define LIBAVCODEC_BUILD_STR   "4607"
+#define LIBAVCODEC_BUILD       4608
+#define LIBAVCODEC_BUILD_STR   "4608"
 
 enum CodecID {
     CODEC_ID_NONE,