From: Christian Ruppert Date: Fri, 15 Jan 2010 20:51:10 +0000 (+0000) Subject: Autocreate src/version.h. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=462228f2e82c6e5f61baeb49b6358273728baa90;p=chaz%2Ftint2 Autocreate src/version.h. --- 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 diff --git a/src/version.h b/src/version.h deleted file mode 100644 index a38524e..0000000 --- a/src/version.h +++ /dev/null @@ -1,4 +0,0 @@ - - -#define VERSION_STRING "0.9rc1" - diff --git a/src/version.h.in b/src/version.h.in new file mode 100644 index 0000000..a1c6b86 --- /dev/null +++ b/src/version.h.in @@ -0,0 +1,3 @@ + +#define VERSION_STRING "@PACKAGE_VERSION@" +