all repos — fluxbox @ 4ac1c583af47d1155d2af8f42905e3bf1fd5cbdb

custom fork of the fluxbox windowmanager

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.
mathias mathias
commit

4ac1c583af47d1155d2af8f42905e3bf1fd5cbdb

parent

ed3ac63b4aef5e3d273452cec96f2a18976dfe9c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M configure.inconfigure.in

@@ -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"