summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-10-19 07:20:36 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-10-19 07:20:36 +0000
commitdc4957eed8ea4844dc7bdba0830b7bbd95be3fd2 (patch)
tree03e1cc0b711bc9d524dd5eae6cf1c0aba0144696
parent8b55442b2e0893f3064e88c4372bd0ecf00ba830 (diff)
bumped up version
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3da2fe68..9b83fe50 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl configure.in for Openbox
dnl Initialize autoconf and automake
AC_INIT(src/blackbox.cc)
-AM_INIT_AUTOMAKE(openbox,2.2.0,no-define)
+AM_INIT_AUTOMAKE(openbox,2.2.1,no-define)
dnl Determine default prefix
test x$prefix = "xNONE" && prefix="$ac_default_prefix"