From: Dana Jansens Date: Sun, 10 Jun 2007 23:18:51 +0000 (+0000) Subject: bump version. fix library versions X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=62ac5e57a1f48a302e9bb69486f8d8722841e093 bump version. fix library versions --- diff --git a/configure.ac b/configure.ac index 7bf737e3..c06fdaa6 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.4.2], [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=15 +OB_INTERFACE_AGE=0 +OB_BINARY_AGE=0 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)