summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-01-26 09:36:06 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2011-01-26 09:36:06 +0800
commitf4072c360ef4ff88337501a5e833d5852edbb038 (patch)
treeb7db5d45cb9cd134d4041b2b95dba628026c9f64
parent659c817bf154c4a48e429e1cf2a447c5da1028f2 (diff)
downloadlibva-f4072c360ef4ff88337501a5e833d5852edbb038.tar.gz
Fix build issue
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
-rw-r--r--config.h6
-rw-r--r--configure.ac2
-rw-r--r--va/va_version.h6
3 files changed, 7 insertions, 7 deletions
diff --git a/config.h b/config.h
index 25a1499..2018202 100644
--- 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.31.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libva"
@@ -60,13 +60,13 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.31.1"
+#define PACKAGE_VERSION "0.31.2"
/* 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.31.2"
/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64
diff --git a/configure.ac b/configure.ac
index 9eec85c..e5a65e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,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_micro_version], [22)
+m4_define([libva_micro_version], [2])
m4_define([libva_version],
[libva_major_version.libva_minor_version.libva_micro_version])
diff --git a/va/va_version.h b/va/va_version.h
index 55bf814..f97b4e5 100644
--- a/va/va_version.h
+++ b/va/va_version.h
@@ -44,14 +44,14 @@
*
* The micro version of the VA library (3, if %VA_VERSION is 1.2.3)
*/
-#define VA_MICRO_VERSION (1)
+#define VA_MICRO_VERSION (2)
/**
* VA_VERSION:
*
* The full version of the VA library, like 1.2.3
*/
-#define VA_VERSION 0.31.1
+#define VA_VERSION 0.31.2
/**
* 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.31.2"
/**
* VA_VERSION_HEX: