About
Activity
News
Releases
Community
Development
Tasks
Wiki
LOGIN / SIGN UP
246ff..a83be (2009-05-16 14:33)
(2009-05-25 21:18) dfb6a..2901e
Andreas
2009-05-16 15:13 dff57..89f27
Set version back to GIT.
configure.ac
(
+1 -1 lines
)
doc/tools/version
(
+1 -1 lines
)
configure.ac
1
@@ -1,7 +1,7 @@
1
m4_pattern_allow(AM_CONFIG_HEADERS)
2
3
dnl init autotools
4
AC_INIT(pekwm, 0.1.11)
5
AC_INIT(pekwm, GIT)
6
AC_CONFIG_SRCDIR(src/main.cc)
7
AM_INIT_AUTOMAKE
8
AC_CONFIG_HEADERS(config.h)
...
doc/tools/version
1
@@ -1 +1 @@
1
0.1.11
2
GIT
...