]> Dogcows Code - chaz/openbox/commitdiff
bump the version
authorDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 21:42:28 +0000 (21:42 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 21:42:28 +0000 (21:42 +0000)
configure.ac

index 3aa8f81144eb9a49af01c1f32f73ec310af83926..096cd354c4793c40cafdc00d302ad4028d68be7e 100644 (file)
@@ -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)
This page took 0.019967 seconds and 4 git commands to generate.