From 6c0ce973592149a13109825a749a9feed6151e6d Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 8 Aug 2011 08:32:36 +0200 Subject: [PATCH] Update min version --- Sankore_3.1.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index 7003f481..e6a69f4e 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -7,9 +7,9 @@ CONFIG += debug_and_release \ no_include_pwd VERSION_MAJ = 1 -VERSION_MIN = 10 +VERSION_MIN = 11 VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error -VERSION_PATCH = 01 +VERSION_PATCH = 00 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "")