X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=2bd4072c0e31ac630e001fece87104845952f6d2;hb=4bc1c25b460b3c6986b6a1c707bc372b6ddea461;hp=9eab3398406cf602a24bd32a500430361163dfbd;hpb=a800329b7e218b1db05e8656fc26a120dbc9e772;p=vlc diff --git a/configure.ac b/configure.ac index 9eab339840..2bd4072c0e 100644 --- a/configure.ac +++ b/configure.ac @@ -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!