Update VAAPI to 0.32
authorXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Jan 2011 08:17:10 +0000 (16:17 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Jan 2011 08:17:10 +0000 (16:17 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
config.h
configure.ac
va/va_version.h

index 25a1499..00adfd1 100644 (file)
--- a/config.h
+++ b/config.h
@@ -51,7 +51,7 @@
 #define PACKAGE_NAME "libva"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libva 0.31.1"
+#define PACKAGE_STRING "libva 0.32.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libva"
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.31.1"
+#define PACKAGE_VERSION "0.32.1"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.31.1"
+#define VERSION "0.32.1"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #define _FILE_OFFSET_BITS 64
index de702a4..8130ef4 100644 (file)
@@ -22,7 +22,7 @@
 
 # libva package version number, (as distinct from shared library version)
 m4_define([libva_major_version], [0])
-m4_define([libva_minor_version], [31])
+m4_define([libva_minor_version], [32])
 m4_define([libva_micro_version], [1])
 
 m4_define([libva_version],
index 55bf814..20675b6 100644 (file)
@@ -37,7 +37,7 @@
  *
  * The minor version of the VA library (2, if %VA_VERSION is 1.2.3)
  */
-#define VA_MINOR_VERSION   (31)
+#define VA_MINOR_VERSION   (32)
 
 /**
  * VA_MICRO_VERSION:
@@ -51,7 +51,7 @@
  *
  * The full version of the VA library, like 1.2.3
  */
-#define VA_VERSION         0.31.1
+#define VA_VERSION         0.32.1
 
 /**
  * VA_VERSION_S:
@@ -59,7 +59,7 @@
  * The full version of the VA library, in string form (suited for
  * string concatenation)
  */
-#define VA_VERSION_S       "0.31.1"
+#define VA_VERSION_S       "0.32.1"
 
 /**
  * VA_VERSION_HEX: