aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2013-02-10 11:57:21 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2013-02-10 16:09:04 (GMT)
commitfe2d9476d5025048f45ea7535a8c7412daa50438 (patch)
tree0faa6e4d846bbc09e27a99ea9371238c1939a5d8 /configure.ac
parentcf56f32b29ae3007eb538731221b00d1945799ae (diff)
downloadfluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.zip
fluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.tar.bz2
Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8962ba0..491ac16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1dnl Initialize autoconf and automake 1dnl Initialize autoconf and automake
2AC_PREREQ(2.52) 2AC_PREREQ(2.52)
3AC_INIT([fluxbox], 3AC_INIT([fluxbox],
4 [1.3.3], 4 [1.3.4],
5 [fluxbox-devel@lists.sourceforge.net],, 5 [fluxbox-devel@lists.sourceforge.net],,
6 [http://fluxbox.org/]) 6 [http://fluxbox.org/])
7AC_CONFIG_SRCDIR([src/fluxbox.cc]) 7AC_CONFIG_SRCDIR([src/fluxbox.cc])