From: Dana Jansens Date: Sat, 4 Aug 2007 18:45:52 +0000 (-0400) Subject: bump the version to 3.4.4 X-Git-Tag: release-3.4.4~2 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c316d48350d98d33ddb0bd5225fc5dde2826f3e3;p=dana%2Fopenbox.git bump the version to 3.4.4 --- diff --git a/configure.ac b/configure.ac index 81026b2a..81c0035f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.3], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.4], [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=16 -OB_INTERFACE_AGE=0 -OB_BINARY_AGE=0 +OB_MICRO_VERSION=17 +OB_INTERFACE_AGE=1 +OB_BINARY_AGE=1 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)