summaryrefslogtreecommitdiff
path: root/va/va_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_version.h')
-rw-r--r--va/va_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/va/va_version.h b/va/va_version.h
index 20675b6..41d542c 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 (0)
/**
* VA_VERSION:
*
* The full version of the VA library, like 1.2.3
*/
-#define VA_VERSION 0.32.1
+#define VA_VERSION 0.32.0
/**
* 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.32.1"
+#define VA_VERSION_S "0.32.0"
/**
* VA_VERSION_HEX: