[evolution-data-server] Post-release version bump
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Post-release version bump
- Date: Mon, 21 Mar 2016 07:35:22 +0000 (UTC)
commit 4db70c0056340c1e81c6acb3485593a45f8e93c4
Author: Milan Crha <mcrha redhat com>
Date: Mon Mar 21 08:35:25 2016 +0100
Post-release version bump
ChangeLog | 2 +-
configure.ac | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 94ca9e3..d533135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,4 +4,4 @@
Get a clone of git repository and list changes with 'git log' there,
$ git clone git://git.gnome.org/evolution-data-server
or browse changes online at
- http://git.gnome.org/browse/evolution-data-server/log/?h=gnome-3-20
+ http://git.gnome.org/browse/evolution-data-server/log/?h=master
diff --git a/configure.ac b/configure.ac
index 82e1388..ec11cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl Evolution-Data-Server version
m4_define([eds_major_version], [3])
-m4_define([eds_minor_version], [20])
-m4_define([eds_micro_version], [0])
+m4_define([eds_minor_version], [21])
+m4_define([eds_micro_version], [1])
m4_define([eds_version],
[eds_major_version.eds_minor_version.eds_micro_version])
@@ -11,8 +11,8 @@ dnl Base Version: This is for API/version tracking for things like
dnl Bonobo server files. This should always be the major/minor of
dnl the stable version or stable version to be. Note, this is set
dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly.
-BASE_VERSION=3.20
-m4_define([base_version], [3.20])
+BASE_VERSION=3.22
+m4_define([base_version], [3.22])
dnl This number is meaningless, but we're now stuck with it in our
dnl library names for backward compatibility.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]