summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-25 21:42:28 +0000
committerDana Jansens <danakj@orodu.net>2007-05-25 21:42:28 +0000
commitc371c6d4a3004d2e1f47896372ed90133d4801d8 (patch)
treecd400126213f6985662e966774d38b9b4c0bee37 /configure.ac
parent9d0dfca7b09cd8189d2f51b68a1346b2b31b5d12 (diff)
bump the version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3aa8f811..096cd354 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
-AC_INIT([openbox], [3.3.993], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.3.994], [http://bugzilla.icculus.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([openbox/openbox.c])
@@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
dnl
OB_MAJOR_VERSION=3
OB_MINOR_VERSION=4
-OB_MICRO_VERSION=9
-OB_INTERFACE_AGE=3
-OB_BINARY_AGE=3
+OB_MICRO_VERSION=10
+OB_INTERFACE_AGE=4
+OB_BINARY_AGE=4
OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
AC_SUBST(OB_MAJOR_VERSION)