X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=0de00ec366053fc283379b880c73aa4864dd716d;hb=9f74c1f79ca6b41cc8751898f4c775608912aa87;hp=b854b9658e191334b7d96802f091518dd809687a;hpb=53309da211ec1a11c5eb452eb78bfb640d1701a1;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index b854b965..0de00ec3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3.990], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.3.991], [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=6 -OB_INTERFACE_AGE=0 -OB_BINARY_AGE=0 +OB_MICRO_VERSION=7 +OB_INTERFACE_AGE=1 +OB_BINARY_AGE=1 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)