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:
parent
ed3ac63b4a
commit
4ac1c583af
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue