From b6622271b61af466bb58c2ed464556baea6a5a90 Mon Sep 17 00:00:00 2001 From: Abs62 Date: Tue, 26 Apr 2016 19:32:50 +0300 Subject: [PATCH] 1. Bump version to 1.5.0-RC2 2. No more separate branch "qt4x5", all changes merged into "master" branch. Code may be compiled with both Qt 4.x and Qt 5.x versions. --- goldendict.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldendict.pro b/goldendict.pro index a6140595..9ba9e69f 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = goldendict -VERSION = 1.5.0+git +VERSION = 1.5.0-RC2+git # Generate version file. We do this here and in a build rule described later. # The build rule is required since qmake isn't run each time the project is