[libchamplain] 0.8



commit f6543b0110e4360b5f4ff831ea28df7fa379a197
Author: JiÅ?í Techet <techet gmail com>
Date:   Mon Sep 27 17:47:52 2010 +0200

    0.8
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 NEWS         |    9 +++++++++
 README       |    2 +-
 configure.ac |    6 +++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 81699ed..601d599 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libchamplain 0.8.0 (2010-09-27)
+===============================
+
+Stable release
+Python bindings have not been updated yet.
+
+Changes:
+* No changes since 0.7.2
+
 libchamplain 0.7.2 (2010-09-17)
 ===============================
 
diff --git a/README b/README
index 96e752b..b405559 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.7 README
+libchamplain 0.8 README
 =========================
 
 libchamplain is a Clutter based widget to display rich, eye-candy and
diff --git a/configure.ac b/configure.ac
index 3040a3a..d855e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
-m4_define([champlain_minor_version], [7])
-m4_define([champlain_micro_version], [2])
+m4_define([champlain_minor_version], [8])
+m4_define([champlain_micro_version], [0])
 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:1:0
+LIBRARY_VERSION=1:2:0
 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]