From caaa2ad80d4db676a9f426f35fac70c9e3caabc1 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Fri, 30 Jul 2021 01:50:45 +0200 Subject: [PATCH] bump version from 0.7.0 to 0.7.1 after release --- NEWS | 3 +++ src/global.pri | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 35d0ef9..6d085d5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ This is the NEWS file for ConfClerk. ConfClerk is the successor of fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. +version 0.7.1, 20yy-mm-dd +* ... + version 0.7.0, 2021-07-30 * Parse, save and display UTC offset from XML files. * Add "display time shift" option. diff --git a/src/global.pri b/src/global.pri index 337b841..4deccb0 100644 --- a/src/global.pri +++ b/src/global.pri @@ -4,7 +4,7 @@ # USAGE: include(./global.pri) # VERSION -VERSION = 0.7.0 +VERSION = 0.7.1 DEFINES += VERSION=\\\"$$VERSION\\\" # Define 'MAEMO' specific CONFIG/DEFINE -- 2.39.5