diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index 3005b8b1..a8467a52 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 = 01 +VERSION_PATCH = 02 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "")