[gxml] * 0.3.1: bump versions due to significant configuration changes affecting how people include/link us
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] * 0.3.1: bump versions due to significant configuration changes affecting how people include/link us
- Date: Wed, 22 Aug 2012 17:01:39 +0000 (UTC)
commit 0597b36df7e8b33bd85e62bffe86b490c363b955
Author: Richard Schwarting <aquarichy gmail com>
Date: Wed Aug 22 13:00:26 2012 -0400
* 0.3.1: bump versions due to significant configuration changes affecting how people include/link us, important bug fixes
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8680c89..f3c488d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
# Release Version
m4_define([project_major_version], [0])
m4_define([project_minor_version], [3])
-m4_define([project_micro_version], [0])
+m4_define([project_micro_version], [1])
m4_define([project_nano_version], [0])
# LT_VERSION
@@ -21,7 +21,7 @@ m4_define([project_nano_version], [0])
# increment current and set revision to 0
# If public symbols have been added since last release, increment age
# If public symbols have been removed since last release, set age to 0
-m4_define([project_lt_current], [2])
+m4_define([project_lt_current], [3])
m4_define([project_lt_revision], [0])
m4_define([project_lt_age], [0])
@@ -98,7 +98,7 @@ AC_SUBST([LT_AGE])
PROJECT_MAJOR_MINOR_VERSION=project_major_minor_version
AC_SUBST([PROJECT_MAJOR_MINOR_VERSION])
-API_VERSION=0.3
+API_VERSION=project_major_minor_version
AC_SUBST([API_VERSION])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]