X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=configure.ac;h=e7f41c47cbf6fc3bbbc0eb7ccbc988e9bac8f839;hb=fc04f152a6041cc8459549e741b2b05dccbdff58;hp=084a40c2208d79376976ab5864e1fab404e54027;hpb=c1464f3d43db0f849a428902d76c08c83ca52c4e;p=chaz%2Ftint2 diff --git a/configure.ac b/configure.ac index 084a40c..e7f41c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.8-$Rev$], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.9rc1], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE @@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile doc/Makefile sample/Makefile src/Makefile - src/tint2conf/Makefile]) + src/tint2conf/Makefile + src/version.h]) AC_OUTPUT