diff --git a/dist/windows/config.nsi b/dist/windows/config.nsi index c1868246fc8b..b4c4cd84fb65 100644 --- a/dist/windows/config.nsi +++ b/dist/windows/config.nsi @@ -25,7 +25,7 @@ ; 4.5.1.3 -> good ; 4.5.1.3.2 -> bad ; 4.5.0beta -> bad -!define /ifndef QBT_VERSION "4.6.3.10" +!define /ifndef QBT_VERSION "4.6.4.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 08a2af271d40..f0dc97494a0d 100644 --- a/src/base/version.h.in +++ b/src/base/version.h.in @@ -30,7 +30,7 @@ #define QBT_VERSION_MAJOR 4 #define QBT_VERSION_MINOR 6 -#define QBT_VERSION_BUGFIX 3 +#define QBT_VERSION_BUGFIX 4 #define QBT_VERSION_BUILD 10 #define QBT_VERSION_STATUS "" // Should be empty for stable releases!