X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=53e50013683365eb030912601724f9605f47087b;hb=662a6356c64ae86fffaf8cf386b47dedc2c0822d;hp=7bf737e31eee07e5f92b080870acfa1f93108bc2;hpb=268c13867de4d2524aba020a27487d3092b10cfe;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 7bf737e3..53e50013 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.1], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.999.0], [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=14 -OB_INTERFACE_AGE=1 -OB_BINARY_AGE=2 +OB_MICRO_VERSION=16 +OB_INTERFACE_AGE=0 +OB_BINARY_AGE=0 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION) @@ -96,7 +96,7 @@ AC_ARG_ENABLE(startup-notification, ) if test "$enable_sn" = yes; then -PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0], +PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0 >= 0.8], [ AC_DEFINE(USE_LIBSN, [1], [Use startup-notification]) AC_SUBST(LIBSN_CFLAGS)