[goffice] Post-release bump



commit 7000a6cde201437847acb54d3604833a0c1ed601
Author: Morten Welinder <terra gnome org>
Date:   Fri Oct 1 22:28:54 2010 -0400

    Post-release bump

 ChangeLog    |    4 ++++
 NEWS         |    3 +++
 configure.in |    6 +-----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d94f5d1..405a3c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-10-01  Morten Welinder <terra gnome org>
 
+	* configure.in: Post-release bump.
+
+2010-10-01  Morten Welinder <terra gnome org>
+
 	* Release 0.8.11
 
 2010-09-27  Morten Welinder  <terra gnome org>
diff --git a/NEWS b/NEWS
index e9aa6c6..c12c6b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+goffice 0.8.12:
+
+--------------------------------------------------------------------------
 goffice 0.8.11:
 
 Jean:
diff --git a/configure.in b/configure.in
index db63c26..2430efe 100644
--- a/configure.in
+++ b/configure.in
@@ -3,12 +3,10 @@ dnl We require Automake 1.7.2, which requires Autoconf 2.54.
 dnl (It needs _AC_AM_CONFIG_HEADER_HOOK, for example.)
 AC_PREREQ(2.54)
 
-m4_define([goffice_version_epoch], [0])
 m4_define([goffice_version_major], [8])
-m4_define([goffice_version_minor], [11])
+m4_define([goffice_version_minor], [12])
 m4_define([goffice_version_extra], [])
 m4_define([goffice_full_version],
-    [goffice_version_epoch.goffice_version_major.goffice_version_minor[]goffice_version_extra])
 
 dnl Emphasize some of the checks.
 m4_define([BIG_CHECKING], [AC_MSG_CHECKING([
@@ -31,7 +29,6 @@ dnl the whole x.*.*.
 dnl The easiest way is to declare no ABI compatibility, ie. AGE is always 0.
 dnl
 m4_define([version_iface],
-        m4_eval(100 * goffice_version_epoch + goffice_version_major))
 
 AC_SUBST([VERSION_INFO], [version_iface:goffice_version_minor:0])
 AC_SUBST([VERSION_IFACE], [version_iface])
@@ -609,7 +606,6 @@ AC_SUBST(goffice_plugindir, '${goffice_libdir}/plugins')
 dnl Export to goffice-config.h and goffice-features.h
 AC_DEFINE(GOFFICE_VERSION, "goffice_full_version",
 	[The version number of this release, possibly with additional suffix])
-AC_DEFINE(GO_VERSION_EPOCH, goffice_version_epoch,
 	[The Epoch of this release])
 AC_DEFINE(GO_VERSION_MAJOR, goffice_version_major,
 	[The Major version number of this release])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]