From: Pierre-Luc Beaudoin Date: Tue, 4 Aug 2009 01:30:27 +0000 (-0400) Subject: Version bump X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e8c54a090f269956de58d9fcc9938063b437d0;p=libchamplain Version bump --- diff --git a/configure.ac b/configure.ac index a86e93e..ff1a6cf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. m4_define([champlain_major_version], [0]) m4_define([champlain_minor_version], [3]) -m4_define([champlain_micro_version], [5]) +m4_define([champlain_micro_version], [6]) m4_define([champlain_version], [champlain_major_version.champlain_minor_version.champlain_micro_version]) m4_define([api_version], @@ -26,7 +26,7 @@ AM_PROG_CC_C_O AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) # Checks for libraries. -LIBRARY_VERSION=2:1:0 +LIBRARY_VERSION=3:0:0 # API_VERSION is used to generate pc file only API_VERSION=api_version CHAMPLAIN_MAJOR_VERSION=champlain_major_version