From 7345e4c3ffbfa1f0704dfdd9bb70a07fbde61514 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 12 Nov 2018 09:24:49 +0100 Subject: [PATCH] Post-release version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2236d3da3f..7603116c47 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.31.2 + VERSION 3.31.3 LANGUAGES C) set(PROJECT_BUGREPORT "https://gitlab.gnome.org/GNOME/evolution/issues/") set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/")