]> git.sesse.net Git - vlc/blobdiff - configure.ac
Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicifi...
[vlc] / configure.ac
index 7ff88e059279f3566e9c7f0ba988a418c702c802..fcdee5d9caec65b82dfd43d5c4b6a7c8a1191d11 100644 (file)
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.8.5-svn)
+AC_INIT(vlc,0.8.5-test1)
 VERSION_MAJOR="0"
 VERSION_MINOR="8"
 VERSION_REVISION="5"
-VERSION_EXTRA="svn"
+VERSION_EXTRA="test1"
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"
@@ -16,7 +16,7 @@ AC_CANONICAL_SYSTEM
 
 dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
 dnl them. And we need the comma otherwize automake will choke on it.
-AM_INIT_AUTOMAKE(vlc,0.8.5-svn)
+AM_INIT_AUTOMAKE(vlc,0.8.5-test1)
 AM_CONFIG_HEADER(config.h)
 
 dnl Too many people are not aware of maintainer mode: