aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 14:43:33 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 14:43:33 (GMT)
commit1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac (patch)
tree85dfa73901553478946c7cce75a13363ddc6fd0f /configure.ac
parent495271853665243852bf3693567bd5ca33c92cf8 (diff)
downloadfluxbox-1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac.zip
fluxbox-1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac.tar.bz2
Preparation of release 1.3.6
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 de6db38..65ee23e 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.5], 4 [1.3.6],
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])