[evolution] Post-release version bump



commit 2826371af25078f4fbc397103b82bff4fc37a9ff
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 6 08:19:00 2020 +0100

    Post-release version bump

 CMakeLists.txt | 4 ++--
 ChangeLog      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dc2af0bd3c..b0ac1c0e50 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
 cmake_policy(VERSION 3.1)
 
 project(evolution
-       VERSION 3.36.0
+       VERSION 3.37.1
        LANGUAGES C)
 set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution/issues/";)
 set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/";)
@@ -12,7 +12,7 @@ set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/";)
 # Base Version: This is for API/version tracking for things like
 # D-Bus server files. This should always be the major/minor of
 # the stable version or stable version to be.
-set(BASE_VERSION 3.36)
+set(BASE_VERSION 3.38)
 
 # Used for pkg-config files
 set(INTERFACE_VERSION 3.0)
diff --git a/ChangeLog b/ChangeLog
index ae5a4b6200..bc37e3a74c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,4 +4,4 @@
        Get a clone of git repository and list changes with 'git log' there,
           $ git clone https://gitlab.gnome.org/GNOME/evolution.git
        or browse changes online at
-          https://gitlab.gnome.org/GNOME/evolution/commits/gnome-3-36
+          https://gitlab.gnome.org/GNOME/evolution/commits/master


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