X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=configure.ac;h=e7f41c47cbf6fc3bbbc0eb7ccbc988e9bac8f839;hb=ac7ac9a45e625e754ae8e4aa5a0100097789dcf8;hp=c2d4929398d8ef1126d8feea9d8e050e97111583;hpb=64ad4b3ed060b6c37fc65b50db0f6f10ac140871;p=chaz%2Ftint2 diff --git a/configure.ac b/configure.ac index c2d4929..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], [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