From 9b07ee2426ee91d65d4da7a16a85a6e3011cb12c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 1 Oct 2017 17:10:52 +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 c163847..36b2706 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.6.4, 20xx-xx-xx +... + version 0.6.3, 2017-10-01 * Support Qt5 and Qt4. (Fixes: #57) diff --git a/src/global.pri b/src/global.pri index fc4a0e6..5ab629a 100644 --- a/src/global.pri +++ b/src/global.pri @@ -4,7 +4,7 @@ # USAGE: include(./global.pri) # VERSION -VERSION = 0.6.3 +VERSION = 0.6.4 DEFINES += VERSION=\\\"$$VERSION\\\" # Define 'MAEMO' specific CONFIG/DEFINE -- 2.39.5