]> Dogcows Code - chaz/openbox/commitdiff
3.4.0
authorDana Jansens <danakj@orodu.net>
Mon, 4 Jun 2007 22:31:37 +0000 (22:31 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 4 Jun 2007 22:31:37 +0000 (22:31 +0000)
configure.ac

index 50c2a47ff7a077e8c2b45b9886585a0d0db38f8f..7519e2e2c9c043cd7926bb6f387df6c2b97356bb 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.3.996], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.4.0], [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=12
-OB_INTERFACE_AGE=0
-OB_BINARY_AGE=0
+OB_MICRO_VERSION=13
+OB_INTERFACE_AGE=1
+OB_BINARY_AGE=1
 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
 
 AC_SUBST(OB_MAJOR_VERSION)
This page took 0.029181 seconds and 4 git commands to generate.