From 83e5323425f6ec15ff974241f50efdf6822d1430 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2013 23:42:20 -0400 Subject: [PATCH] Update version to 3.5.1. obrender broke backward compatibility by changing the layout of the theme structure. obt broke backward compatibility by changing the method signature of some keyboard methods. Both libraries added some new methods as well. --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 49cfd938..b4817240 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.5.1], [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=28 -RR_INTERFACE_AGE=1 -RR_BINARY_AGE=1 +RR_MICRO_VERSION=29 +RR_INTERFACE_AGE=0 +RR_BINARY_AGE=0 RR_VERSION=$RR_MAJOR_VERSION.$RR_MINOR_VERSION OBT_MAJOR_VERSION=3 OBT_MINOR_VERSION=5 -OBT_MICRO_VERSION=1 -OBT_INTERFACE_AGE=1 -OBT_BINARY_AGE=1 +OBT_MICRO_VERSION=2 +OBT_INTERFACE_AGE=0 +OBT_BINARY_AGE=0 OBT_VERSION=$OBT_MAJOR_VERSION.$OBT_MINOR_VERSION AC_SUBST(RR_MAJOR_VERSION) -- 2.43.0