From 462228f2e82c6e5f61baeb49b6358273728baa90 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Fri, 15 Jan 2010 20:51:10 +0000 Subject: [PATCH] Autocreate src/version.h. --- configure.ac | 5 +++-- src/version.h | 4 ---- src/version.h.in | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/version.h create mode 100644 src/version.h.in 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@" + -- 2.44.0