[gobject-introspection] Bump version to 1.29.0
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Bump version to 1.29.0
- Date: Fri, 13 May 2011 18:22:23 +0000 (UTC)
commit 99b2ac8330fd57488a6885344b91d604a760f20e
Author: Colin Walters <walters verbum org>
Date: Fri May 13 14:06:32 2011 -0400
Bump version to 1.29.0
This explicitly matches the GLib we're paired with, which is important
because the annotations need to be in sync.
However, we use a "1" major to show we're still not 100% stable.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 469411b..fccad9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
dnl the gi version number
-m4_define(gi_major_version, 0)
-m4_define(gi_minor_version, 10)
-m4_define(gi_micro_version, 8)
+m4_define(gi_major_version, 1)
+m4_define(gi_minor_version, 29)
+m4_define(gi_micro_version, 0)
m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
AC_PREREQ(2.59)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]