From 45e0e4b4c3f458da06cd08a339556d6a5eedd412 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Fri, 30 Jul 2021 01:26:05 +0200 Subject: [PATCH] bump version from (unreleased) 0.6.5 to 0.7.0 because new features (cf. 'semver') --- NEWS | 2 +- src/global.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c0ca6c0..35d0ef9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ This is the NEWS file for ConfClerk. ConfClerk is the successor of fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. -version 0.6.5, 2021-07-30 +version 0.7.0, 2021-07-30 * Parse, save and display UTC offset from XML files. * Add "display time shift" option. This allows users to show events in a different timezone than the one the diff --git a/src/global.pri b/src/global.pri index 64ee3fe..337b841 100644 --- a/src/global.pri +++ b/src/global.pri @@ -4,7 +4,7 @@ # USAGE: include(./global.pri) # VERSION -VERSION = 0.6.5 +VERSION = 0.7.0 DEFINES += VERSION=\\\"$$VERSION\\\" # Define 'MAEMO' specific CONFIG/DEFINE -- 2.39.5