From a28b58992ee8ffa67af190c53ecf2e8332bbc6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Tue, 14 Nov 2017 11:34:27 +0100 Subject: [PATCH] changed build version to 1.4-b4 --- OpenBoard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenBoard.pro b/OpenBoard.pro index 358f63c7..effc516a 100644 --- a/OpenBoard.pro +++ b/OpenBoard.pro @@ -12,7 +12,7 @@ VERSION_MAJ = 1 VERSION_MIN = 4 VERSION_PATCH = 0 VERSION_TYPE = b # a = alpha, b = beta, rc = release candidate, r = release, other => error -VERSION_BUILD = 3 +VERSION_BUILD = 4 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_PATCH}-$${VERSION_TYPE}.$${VERSION_BUILD}"