]> git.sesse.net Git - vlc/commitdiff
Now developing 0.5.1-cvs.
authorChristophe Massiot <massiot@videolan.org>
Mon, 3 Feb 2003 21:38:54 +0000 (21:38 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 3 Feb 2003 21:38:54 +0000 (21:38 +0000)
configure.ac.in

index fc0c8c18ce6ad440911476c9acc9291a41da0bda..ff3fbd8c65713145f4da04fc2127261148676d10 100644 (file)
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.5.0)
+AC_INIT(vlc,0.5.1-cvs)
 
 CONFIGURE_LINE="$0 $*"
 CODENAME="Natalya"
@@ -11,7 +11,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.5.0)
+AM_INIT_AUTOMAKE(vlc,0.5.1-cvs)
 AM_CONFIG_HEADER(config.h)
 
 dnl