]> git.sesse.net Git - vlc/blobdiff - configure.ac
* Bumped up version number to 0.8.0-test2
[vlc] / configure.ac
index 6befa78f800666484c1f0ba0aa9465074f87cfec..a926abc6c1b69bc1bb81275724e64ad85d379a01 100644 (file)
@@ -1,7 +1,7 @@
 dnl Autoconf settings for vlc
 dnl $Id$
  
-AC_INIT(vlc,0.8.0-test1)
+AC_INIT(vlc,0.8.0-test2)
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Janus"
@@ -13,7 +13,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.0-test1)
+AM_INIT_AUTOMAKE(vlc,0.8.0-test2)
 AM_CONFIG_HEADER(config.h)
 
 dnl