]> Dogcows Code - chaz/tint2/commitdiff
Autocreate src/version.h.
authorChristian Ruppert <Spooky85@gmail.com>
Fri, 15 Jan 2010 20:51:10 +0000 (20:51 +0000)
committerChristian Ruppert <Spooky85@gmail.com>
Fri, 15 Jan 2010 20:51:10 +0000 (20:51 +0000)
configure.ac
src/version.h [deleted file]
src/version.h.in [new file with mode: 0644]

index c2d4929398d8ef1126d8feea9d8e050e97111583..e7f41c47cbf6fc3bbbc0eb7ccbc988e9bac8f839 100644 (file)
@@ -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 (file)
index a38524e..0000000
+++ /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 (file)
index 0000000..a1c6b86
--- /dev/null
@@ -0,0 +1,3 @@
+
+#define VERSION_STRING "@PACKAGE_VERSION@"
+
This page took 0.027836 seconds and 4 git commands to generate.