X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=7d2a0dd914ea4b663d1efb61d205a884059c2954;hb=a71a98b667c298fef7895f4d9a07eccb06cc6090;hp=3aa8f81144eb9a49af01c1f32f73ec310af83926;hpb=1eedc817c2c3e133a0a2c8683ff574a0c59d4408;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 3aa8f811..7d2a0dd9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3.993], [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=9 -OB_INTERFACE_AGE=3 -OB_BINARY_AGE=3 +OB_MICRO_VERSION=11 +OB_INTERFACE_AGE=0 +OB_BINARY_AGE=5 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)