[FFmpeg-cvslog] r15623 - trunk/libavutil/avutil.h
benoit
subversion
Wed Oct 15 10:06:12 CEST 2008
Author: benoit
Date: Wed Oct 15 10:06:12 2008
New Revision: 15623
Log:
Bump minor version after addition of FF_ARRAY_ELEMS macro.
Modified:
trunk/libavutil/avutil.h
Modified: trunk/libavutil/avutil.h
==============================================================================
--- trunk/libavutil/avutil.h (original)
+++ trunk/libavutil/avutil.h Wed Oct 15 10:06:12 2008
@@ -35,7 +35,7 @@
#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
#define LIBAVUTIL_VERSION_MAJOR 49
-#define LIBAVUTIL_VERSION_MINOR 11
+#define LIBAVUTIL_VERSION_MINOR 12
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list