From 4e8061f9af8f990032a8116fbe43017cca23358e Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 19 Aug 2021 16:00:01 +0200 Subject: [PATCH] bump version after release. --- NEWS | 3 +++ src/global.pri | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e22b020..fb48905 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.2, yyyy-mm-dd +... + version 0.7.1, 2021-08-19 * Build system improvements for Haiku. Thanks to François Revol for the patches. diff --git a/src/global.pri b/src/global.pri index bebbbb4..d521162 100644 --- a/src/global.pri +++ b/src/global.pri @@ -4,7 +4,7 @@ # USAGE: include(./global.pri) # VERSION -VERSION = 0.7.1 +VERSION = 0.7.2 DEFINES += VERSION=\\\"$$VERSION\\\" # Define 'MAEMO' specific CONFIG/DEFINE -- 2.39.5