summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2013-08-11 21:26:08 -0400
committerDana Jansens <danakj@orodu.net>2013-08-11 21:26:08 -0400
commit1f614a70a538283a60cb83027e037ac291dbf10a (patch)
treebc1338a84c32cce2b6cc96956fad24274cde5663 /configure.ac
parentdb212a4f0149d26dd8f29150a41363b92c14ca4f (diff)
Update version in configure.ac to 3.5.2
No library interfaces were changed since 3.5.1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index b4817240..33fc6d92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.54])
-AC_INIT([openbox], [3.5.1], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.5.2], [http://bugzilla.icculus.org])
AC_CONFIG_SRCDIR([openbox/openbox.c])
AM_INIT_AUTOMAKE([foreign])
@@ -20,16 +20,16 @@ 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=29
-RR_INTERFACE_AGE=0
-RR_BINARY_AGE=0
+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=2
-OBT_INTERFACE_AGE=0
-OBT_BINARY_AGE=0
+OBT_MICRO_VERSION=3
+OBT_INTERFACE_AGE=1
+OBT_BINARY_AGE=1
OBT_VERSION=$OBT_MAJOR_VERSION.$OBT_MINOR_VERSION
AC_SUBST(RR_MAJOR_VERSION)