From: Dana Jansens Date: Thu, 31 May 2007 15:49:19 +0000 (+0000) Subject: set the new library versions cuz its not backward compat X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=1a82c17dc1a9e58be62ed9114e0f5263718ea141 set the new library versions cuz its not backward compat --- diff --git a/configure.ac b/configure.ac index 691c1395..d2630b54 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=11 +OB_MICRO_VERSION=12 OB_INTERFACE_AGE=0 -OB_BINARY_AGE=5 +OB_BINARY_AGE=0 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION)