Back to development
authorThibault Saunier <thibault.saunier@collabora.com>
Fri, 25 Sep 2015 10:51:31 +0000 (12:51 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Fri, 25 Sep 2015 10:51:31 +0000 (12:51 +0200)
validate/configure.ac

index 8bf6bed..9acd38d 100644 (file)
@@ -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.6.0,
+AC_INIT(Gst-Validate, 1.7.0.1,
     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.6"
+GST_VALIDATE_TESTSUITE_VERSION="master"
 AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION)
 
 AG_GST_INIT