]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
Merge branch 'master' into chaz
[chaz/openbox] / configure.ac
index 49cfd93820de00a21ef4c7cd2790790a3af079d7..f751b287b148b89aa9c6c466242cd3cd4febdf97 100644 (file)
@@ -1,9 +1,8 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.5.2], [http://bugzilla.icculus.org])
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
 AM_INIT_AUTOMAKE([foreign])
-AM_SILENT_RULES([yes])
 
 OB_VERSION=$PACKAGE_VERSION
 AC_SUBST(OB_VERSION)
@@ -20,14 +19,14 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match
 dnl
 RR_MAJOR_VERSION=3
 RR_MINOR_VERSION=5
-RR_MICRO_VERSION=28
+RR_MICRO_VERSION=30
 RR_INTERFACE_AGE=1
 RR_BINARY_AGE=1
 RR_VERSION=$RR_MAJOR_VERSION.$RR_MINOR_VERSION
 
 OBT_MAJOR_VERSION=3
 OBT_MINOR_VERSION=5
-OBT_MICRO_VERSION=1
+OBT_MICRO_VERSION=3
 OBT_INTERFACE_AGE=1
 OBT_BINARY_AGE=1
 OBT_VERSION=$OBT_MAJOR_VERSION.$OBT_MINOR_VERSION
This page took 0.024714 seconds and 4 git commands to generate.