X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=f55eb0b094848e34d12bd50a1a9c92418212f1d0;hb=74c7f786ebbb0f637b4ecb5935ee0fc8d5cda522;hp=bb85c396b0452fccd7bbcb48017cfb114451621d;hpb=e6a8595fc1d1a8f207875c5f1495c5eec56bbe0c;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index bb85c396..f55eb0b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.3.1], [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=3 -OB_MICRO_VERSION=4 -OB_INTERFACE_AGE=0 -OB_BINARY_AGE=4 +OB_MICRO_VERSION=5 +OB_INTERFACE_AGE=1 +OB_BINARY_AGE=5 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION) @@ -77,7 +77,7 @@ AC_SUBST(GLIB_LIBS) AC_ARG_ENABLE(pango, AC_HELP_STRING( [--disable-pango], - [disable the pango library [[default=yes]]] + [disable the pango library [[default=enabled]]] ), [enable_pango=$enableval], [enable_pango=yes] @@ -108,7 +108,7 @@ AC_SUBST(XML_LIBS) AC_ARG_ENABLE(startup-notification, AC_HELP_STRING( [--enable-startup-notification], - [enable the startup notification library. [[default=no]]] + [enable the startup notification library. [[default=disabled]]] ), [enable_sn=$enableval], [enable_sn=no]