[libchamplain/libchamplain-0-12] 0.12.2
- From: JiÅÃ Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain/libchamplain-0-12] 0.12.2
- Date: Sun, 11 Mar 2012 23:28:13 +0000 (UTC)
commit f81ed70babd5728c70705ead24ca2194ec4fea0c
Author: JiÅÃ Techet <techet gmail com>
Date: Mon Mar 12 00:21:19 2012 +0100
0.12.2
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 25fe398..10a95f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libchamplain 0.12.2 (2012-03-12)
+===============================
+
+Stable release
+
+Changes:
+* Call vapigen with --pkg cogl-pango-1.0 (Alexandre Rostovtsev)
+* Don't call vapigen during distcheck and use pre-generated vapi
+ instead to become independent of vala version during distcheck
+ (JiÅÃ Techet)
+* Minor changes here and there (JiÅÃ Techet)
+
libchamplain 0.12.1 (2011-12-20)
===============================
diff --git a/configure.ac b/configure.ac
index 77a98b8..55150fc 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], [12])
-m4_define([champlain_micro_version], [1])
+m4_define([champlain_micro_version], [2])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=1:0:1
+LIBRARY_VERSION=1:1:1
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]