diff options
author | Edward Hervey <edward@centricular.com> | 2017-02-20 16:37:05 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2017-02-20 16:37:05 +0100 |
commit | ab4cfa42e246ae99b1b5d9621174d172965d19f7 (patch) | |
tree | 895ade18870e5303c4367f5e445ff43538a8e0da | |
parent | 4d64f294706ad1df052ccbbd5ffdb68dee3adf31 (diff) |
validate: Use proper testsuite branch
1.10
-rw-r--r-- | validate/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/configure.ac b/validate/configure.ac index ce520b6..96b750f 100644 --- a/validate/configure.ac +++ b/validate/configure.ac @@ -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="master" +GST_VALIDATE_TESTSUITE_VERSION="1.10" AS_AC_EXPAND(GST_VALIDATE_TESTSUITE_VERSION, $GST_VALIDATE_TESTSUITE_VERSION) AG_GST_INIT |