diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index f3077f01..3e2a9b48 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -9,9 +9,9 @@ CONFIG += debug_and_release \ VERSION_MAJ = 2 -VERSION_MIN = 01 +VERSION_MIN = 00 VERSION_TYPE = r # a = alpha, b = beta, r = release, other => error -VERSION_PATCH = 00 +VERSION_PATCH = 01 VERSION = "$${VERSION_MAJ}.$${VERSION_MIN}.$${VERSION_TYPE}.$${VERSION_PATCH}" VERSION = $$replace(VERSION, "\\.r", "")