From: Dana Jansens Date: Thu, 14 Feb 2008 21:07:40 +0000 (-0500) Subject: bump the library version and reset the interface age, since render.h has changes... X-Git-Tag: release-3.4.7-pre1~15 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=76df3d2f5943a6734edbaad435179ce8ca013259;p=mikachu%2Fopenbox.git bump the library version and reset the interface age, since render.h has changes in it --- diff --git a/configure.ac b/configure.ac index e79f4383..bc7bcaa6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.6.1], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.6.800], [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=20 -OB_INTERFACE_AGE=4 -OB_BINARY_AGE=4 +OB_MICRO_VERSION=21 +OB_INTERFACE_AGE=0 +OB_BINARY_AGE=0 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)