]> git.sesse.net Git - vlc/commitdiff
* ./configure.ac.in: first step in the world domination roadmap, setting
authorSam Hocevar <sam@videolan.org>
Tue, 28 Jan 2003 02:53:50 +0000 (02:53 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 28 Jan 2003 02:53:50 +0000 (02:53 +0000)
    the CVS version to -test4.

configure.ac.in

index 04c2184b1e3236fb15ed481ece7d5245c5a02c25..06eca9efdf920bb7c51b74f771140b011a0a899f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Autoconf settings for vlc
 
-AC_INIT(vlc,0.5.0-test3)
+AC_INIT(vlc,0.5.0-test4)
 
 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-test3)
+AM_INIT_AUTOMAKE(vlc,0.5.0-test4)
 AM_CONFIG_HEADER(config.h)
 
 dnl