mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Back to development
This commit is contained in:
parent
2501281b09
commit
ac87f65d0d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue