]> git.sesse.net Git - vlc/blobdiff - configure.ac
ogt.c cvd.c, subtitle.h: move common debug string help into subtitle.h
[vlc] / configure.ac
index face41792e6b89ec698d20c4831bba59b12b98a6..ee9a3d03a1409375c5c17d8f51233d78d31f0e1c 100644 (file)
@@ -1,10 +1,10 @@
 dnl Autoconf settings for vlc
-dnl $Id: configure.ac,v 1.135 2003/12/15 21:07:55 jpsaman Exp $
+dnl $Id: configure.ac,v 1.138 2004/01/02 23:22:37 zorglub Exp $
 
-AC_INIT(vlc,0.7.0-test2)
+AC_INIT(vlc,0.7.0)
 
 CONFIGURE_LINE="$0 $*"
-CODENAME="Trevelyan"
+CODENAME="Bond"
 
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(src/libvlc.c)
@@ -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.7.0-test2)
+AM_INIT_AUTOMAKE(vlc,0.7.0)
 AM_CONFIG_HEADER(config.h)
 
 dnl