From 249020d6237bec9abfefc31953e934e83105c91c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 1 Jul 2015 11:14:56 +0200 Subject: [PATCH] libobrender ABI changed since 3.5.2, bump .so version correctly --- CHANGELOG | 3 +++ configure.ac | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 05498530..5a0c3d81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.6.1: + * Bump ABI version of libobrender that should have been done in 3.6 + 3.6: * Added various new abilities to If action, including the tag, matching class, name, role and window type. diff --git a/configure.ac b/configure.ac index df709b17..ca160267 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.6], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.6.1], [http://bugzilla.icculus.org]) AC_CONFIG_SRCDIR([openbox/openbox.c]) AM_INIT_AUTOMAKE([foreign]) @@ -30,9 +30,9 @@ 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=31 -RR_INTERFACE_AGE=2 -RR_BINARY_AGE=2 +RR_MICRO_VERSION=32 +RR_INTERFACE_AGE=0 +RR_BINARY_AGE=0 RR_VERSION=$RR_MAJOR_VERSION.$RR_MINOR_VERSION OBT_MAJOR_VERSION=3 -- 2.39.2