[libchamplain] Bump version number to 0.6
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Bump version number to 0.6
- Date: Tue, 18 May 2010 20:50:28 +0000 (UTC)
commit e6be4dfae4de5712cd77f956d5ebc8c42f9bfba2
Author: JiÅ?Ã Techet <techet gmail com>
Date: Tue May 18 22:45:31 2010 +0200
Bump version number to 0.6
...to test if everything works as expected before the actual release.
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 390c8e9..4a1cf74 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], [5])
-m4_define([champlain_micro_version], [2])
+m4_define([champlain_minor_version], [6])
+m4_define([champlain_micro_version], [0])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_api_version],
@@ -32,7 +32,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:0
+LIBRARY_VERSION=0:0:0
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]