[libchamplainmm] configure.ac: Update version info



commit 6d275d5ec6098c6e9c90a44c2fa0b21d3c5a2d1a
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Wed Feb 26 22:06:27 2014 +0100

    configure.ac: Update version info
    
        * Bump package version to 0.12.0 as it is the target release.
        * Bump LT version to 1:0:0

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 47112db..285a478 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([libchamplainmm], [0.11.0], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
+AC_INIT([libchamplainmm], [0.12.0], [http://bugzilla.gnome.org/], [libchamplainmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([libchamplain/libchamplainmm.h])
@@ -32,7 +32,7 @@ MM_PREREQ([0.8])
 MM_INIT_MODULE([libchamplainmm-1.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBCHAMPLAINMM_SO_VERSION], [0:0:0])
+AC_SUBST([LIBCHAMPLAINMM_SO_VERSION], [1:0:0])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]