[libchamplain] Revert "Post release version bump"
- From: JiÅÃ Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Revert "Post release version bump"
- Date: Mon, 12 Mar 2012 12:15:39 +0000 (UTC)
commit c60c5167b94b06c14981818eb0567aee0cd0f278
Author: JiÅÃ Techet <techet gmail com>
Date: Mon Mar 12 13:15:15 2012 +0100
Revert "Post release version bump"
This reverts commit 94dbdd4fc64abcd4754b047ea7caec28cd23b5cd.
There is no API break at the moment so it's not necessary
to change the library version.
README | 2 +-
...plain-gtk-0.14.vapi => champlain-gtk-0.12.vapi} | 4 ++--
.../{champlain-0.14.vapi => champlain-0.12.vapi} | 4 ++--
configure.ac | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/README b/README
index e23ae6d..58ece16 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.13 README
+libchamplain 0.12 README
=========================
libchamplain is a Clutter based widget to display rich, eye-candy and
diff --git a/champlain-gtk/champlain-gtk-0.14.vapi b/champlain-gtk/champlain-gtk-0.12.vapi
similarity index 78%
rename from champlain-gtk/champlain-gtk-0.14.vapi
rename to champlain-gtk/champlain-gtk-0.12.vapi
index 6a240d3..befa4af 100644
--- a/champlain-gtk/champlain-gtk-0.14.vapi
+++ b/champlain-gtk/champlain-gtk-0.12.vapi
@@ -1,6 +1,6 @@
-/* champlain-gtk-0.14.vapi generated by vapigen, do not modify. */
+/* champlain-gtk-0.12.vapi generated by vapigen, do not modify. */
-[CCode (cprefix = "GtkChamplain", gir_namespace = "GtkChamplain", gir_version = "0.14", lower_case_cprefix = "gtk_champlain_")]
+[CCode (cprefix = "GtkChamplain", gir_namespace = "GtkChamplain", gir_version = "0.12", lower_case_cprefix = "gtk_champlain_")]
namespace GtkChamplain {
[CCode (cheader_filename = "champlain-gtk/champlain-gtk.h", type_id = "gtk_champlain_embed_get_type ()")]
public class Embed : Gtk.Alignment, Atk.Implementor, Gtk.Buildable {
diff --git a/champlain/champlain-0.14.vapi b/champlain/champlain-0.12.vapi
similarity index 99%
rename from champlain/champlain-0.14.vapi
rename to champlain/champlain-0.12.vapi
index 2091540..12f88f8 100644
--- a/champlain/champlain-0.14.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -1,6 +1,6 @@
-/* champlain-0.14.vapi generated by vapigen, do not modify. */
+/* champlain-0.12.vapi generated by vapigen, do not modify. */
-[CCode (cprefix = "Champlain", gir_namespace = "Champlain", gir_version = "0.14", lower_case_cprefix = "champlain_")]
+[CCode (cprefix = "Champlain", gir_namespace = "Champlain", gir_version = "0.12", lower_case_cprefix = "champlain_")]
namespace Champlain {
[CCode (cheader_filename = "champlain/champlain.h", type_id = "champlain_adjustment_get_type ()")]
public class Adjustment : GLib.Object {
diff --git a/configure.ac b/configure.ac
index 9f4f6b0..c83c181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
m4_define([champlain_major_version], [0])
-m4_define([champlain_minor_version], [13])
+m4_define([champlain_minor_version], [12])
m4_define([champlain_micro_version], [0])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
@@ -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=0:0:0
+LIBRARY_VERSION=0:1: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]