configure.in carries now the reviosion number for fluxbox -version etc.

this version number should be changed to a normal release number once
a new release is tagged.
This commit is contained in:
mathias 2004-12-16 00:17:11 +00:00
parent ed3ac63b4a
commit 4ac1c583af

View file

@ -1,7 +1,7 @@
dnl Initialize autoconf and automake
AC_INIT(src/main.cc)
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE(fluxbox,0.9.11, no-define)
AM_INIT_AUTOMAKE(fluxbox,svn-$Rev$, no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"