]> git.sesse.net Git - vlc/blobdiff - configure.ac
* 0.8.4-test2 !!!! weeeeeee. happy. smile smile finally.
[vlc] / configure.ac
index 9eab3398406cf602a24bd32a500430361163dfbd..2bd4072c0e31ac630e001fece87104845952f6d2 100644 (file)
@@ -1,11 +1,11 @@
 dnl Autoconf settings for vlc
 dnl $Id$
 
-AC_INIT(vlc,0.8.4-test1)
+AC_INIT(vlc,0.8.4-test2)
 VERSION_MAJOR="0"
 VERSION_MINOR="8"
 VERSION_REVISION="4"
-VERSION_EXTRA="test1"
+VERSION_EXTRA="test2"
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"
@@ -17,7 +17,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.4-test1)
+AM_INIT_AUTOMAKE(vlc,0.8.4-test2)
 AM_CONFIG_HEADER(config.h)
 
 dnl HA! HA!