From: Dana Jansens Date: Sat, 26 May 2007 20:37:14 +0000 (+0000) Subject: merge r6902 from trunk X-Git-Tag: openbox-3_3_995-RELEASE~68 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=850e8feb8a6c7cde746ae2f8f51689c4d1f7856d;p=dana%2Fopenbox.git merge r6902 from trunk --- diff --git a/configure.ac b/configure.ac index 096cd354..a55d4f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3.994], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.3.995], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) @@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl OB_MAJOR_VERSION=3 OB_MINOR_VERSION=4 -OB_MICRO_VERSION=10 -OB_INTERFACE_AGE=4 -OB_BINARY_AGE=4 +OB_MICRO_VERSION=11 +OB_INTERFACE_AGE=5 +OB_BINARY_AGE=5 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)