diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index c2372f83..bdc7704c 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -13,7 +13,7 @@ linux-g++-64 { VERSION_MAJ = 1 VERSION_MIN = 40 VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error -VERSION_PATCH = 02 +VERSION_PATCH = 03 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "")