]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
make openbox base-dir spec compliant, and change the theme dir structure, so that...
[chaz/openbox] / configure.ac
index db71b88728113e7035849d1e8854f83075a0cdc2..9807c79392dc2f9e6006e9151c8fccd7dd6d8d04 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.0-beta2], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.0-beta3], [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=0
-OB_MICRO_VERSION=0
+OB_MICRO_VERSION=1
 OB_INTERFACE_AGE=0
-OB_BINARY_AGE=0
+OB_BINARY_AGE=1
 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION
 
 AC_SUBST(OB_MAJOR_VERSION)
This page took 0.022592 seconds and 4 git commands to generate.