summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2023-03-17 07:11:53 +0100
committerMilan Crha <mcrha@redhat.com>2023-03-17 07:11:53 +0100
commit04aa1fda0597b7b101a064413fc8db4145add2a2 (patch)
treec45899734b77b58d9bb97a826fd568bf2847f980
parent15f367ad7ceb952d545a095b754e4866cbeff39d (diff)
downloadevolution-data-server-04aa1fda0597b7b101a064413fc8db4145add2a2.tar.gz
Post-release version bump
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog2
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e5a84c94..c6893f0ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,14 +4,14 @@ cmake_minimum_required(VERSION 3.1)
cmake_policy(VERSION 3.1)
project(evolution-data-server
- VERSION 3.48.0
+ VERSION 3.49.1
LANGUAGES C CXX)
set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution-data-server/issues/")
# 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.48)
+set(BASE_VERSION 3.50)
# This number is meaningless, but we're now stuck with it in our
# library names for backward compatibility.
diff --git a/ChangeLog b/ChangeLog
index 1b995f0a6..bedbd2142 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-data-server.git
or browse changes online at
- https://gitlab.gnome.org/GNOME/evolution-data-server/commits/gnome-44
+ https://gitlab.gnome.org/GNOME/evolution-data-server/commits/master