diff --git a/dist/windows/config.nsh b/dist/windows/config.nsh index 19b0d15bc0f5..c4b8da36c991 100644 --- a/dist/windows/config.nsh +++ b/dist/windows/config.nsh @@ -14,7 +14,7 @@ ; 4.5.1.3 -> good ; 4.5.1.3.2 -> bad ; 4.5.0beta -> bad -!define /ifndef QBT_VERSION "5.0.0.10" +!define /ifndef QBT_VERSION "5.0.2.10" ; Option that controls the installer's window name ; If set, its value will be used like this: diff --git a/src/base/version.h.in b/src/base/version.h.in index 13fe88f177bd..8a9f4ed39cc1 100644 --- a/src/base/version.h.in +++ b/src/base/version.h.in @@ -30,7 +30,7 @@ #define QBT_VERSION_MAJOR 5 #define QBT_VERSION_MINOR 0 -#define QBT_VERSION_BUGFIX 0 +#define QBT_VERSION_BUGFIX 2 #define QBT_VERSION_BUILD 10 #define QBT_VERSION_STATUS "" // Should be empty for stable releases!