Bump stuff for 3.7
authorMikael Magnusson <mikachu@gmail.com>
Mon, 12 Mar 2018 12:42:59 +0000 (13:42 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Mon, 12 Mar 2018 13:04:06 +0000 (14:04 +0100)
CHANGELOG
configure.ac

index 5a0c3d8..44ec031 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+3.7:
+  * Update translations
+
 3.6.1:
   * Bump ABI version of libobrender that should have been done in 3.6
 
index ca16026..d1468cc 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.54])
-AC_INIT([openbox], [3.6.1], [http://bugzilla.icculus.org])
+AC_INIT([openbox], [3.7], [http://bugzilla.icculus.org])
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
 AM_INIT_AUTOMAKE([foreign])
@@ -30,16 +30,16 @@ dnl if you set anything to 0, you should also bump the MINOR version.
 dnl
 RR_MAJOR_VERSION=3
 RR_MINOR_VERSION=6
-RR_MICRO_VERSION=32
-RR_INTERFACE_AGE=0
-RR_BINARY_AGE=0
+RR_MICRO_VERSION=33
+RR_INTERFACE_AGE=1
+RR_BINARY_AGE=1
 RR_VERSION=$RR_MAJOR_VERSION.$RR_MINOR_VERSION
 
 OBT_MAJOR_VERSION=3
 OBT_MINOR_VERSION=6
-OBT_MICRO_VERSION=4
-OBT_INTERFACE_AGE=2
-OBT_BINARY_AGE=2
+OBT_MICRO_VERSION=5
+OBT_INTERFACE_AGE=3
+OBT_BINARY_AGE=3
 OBT_VERSION=$OBT_MAJOR_VERSION.$OBT_MINOR_VERSION
 
 AC_SUBST(RR_MAJOR_VERSION)