diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index 66991470..bf00af51 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -14,7 +14,7 @@ linux-g++-64 { VERSION_MAJ = 2 VERSION_MIN = 00 VERSION_TYPE = b # a = alpha, b = beta, r = release, other => error -VERSION_PATCH = 01 +VERSION_PATCH = 02 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "")