summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..00adfd1 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.32.1"
/* 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.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
diff --git a/configure.ac b/configure.ac
index de702a4..8130ef4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],
diff --git a/va/va_version.h b/va/va_version.h
index 55bf814..20675b6 100644
--- a/va/va_version.h
+++ b/va/va_version.h
@@ -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: