summaryrefslogtreecommitdiff
path: root/validate/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'validate/configure.ac')
-rw-r--r--validate/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate/configure.ac b/validate/configure.ac
index 98ee54b101..8bf6bed65b 100644
--- a/validate/configure.ac
+++ b/validate/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(Gst-Validate, 1.5.90,
+AC_INIT(Gst-Validate, 1.6.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-validate)
@@ -10,7 +10,7 @@ dnl This is the version of the testsuite to use with the current version
dnl of gst-validate. During development it should be "master"
dnl during release cycle it should be the release version (1.6 in the 1.6
dnl branch, 1.5.90 for the 1.5.90 release)
-GST_VALIDATE_TESTSUITE_VERSION="1.5.90"
+GST_VALIDATE_TESTSUITE_VERSION="1.6"
AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION)
AG_GST_INIT