From: Dana Jansens Date: Sat, 2 Feb 2008 16:55:48 +0000 (-0500) Subject: bump the library versions for 3.4.6 X-Git-Tag: release-3.4.6~1 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7ee22e7c4e226729166ed1c0890d352718999a58;p=mikachu%2Fopenbox.git bump the library versions for 3.4.6 --- diff --git a/configure.ac b/configure.ac index 8b027078..6ba1f120 100644 --- a/configure.ac +++ b/configure.ac @@ -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=18 -OB_INTERFACE_AGE=2 -OB_BINARY_AGE=2 +OB_MICRO_VERSION=19 +OB_INTERFACE_AGE=3 +OB_BINARY_AGE=3 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)