X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=eef3d5543830fc1243275dfc773a8a6286fb5218;hb=ebce321a72331697287838b864735e7b81e60b33;hp=129e831c41202f2c55952f1192921b03ba2fb2fe;hpb=38feddd593a1f79943e839768b81b004a676f0d9;p=chaz%2Fopenbox diff --git a/configure.ac b/configure.ac index 129e831c..eef3d554 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.0], [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=13 +OB_MICRO_VERSION=16 OB_INTERFACE_AGE=0 -OB_BINARY_AGE=1 +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) @@ -156,6 +156,7 @@ AC_CONFIG_FILES([ po/Makefile.in render/obrender-3.0.pc parser/obparser-3.0.pc + obt/obt-4.0.pc version.h ]) AC_CONFIG_COMMANDS([doc],