diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:02:54 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:02:54 +0300 |
commit | 354f557eb6cfcaf4010161032c6da27d253e71ad (patch) | |
tree | 08d2543a81fbb09949e220d2437a470c041b3a4f /protocols/CurrencyRates/src/version.h | |
parent | 44293bb1991dfabf262ce2b5006523306b336864 (diff) |
fixes #4186 (CurrencyRates: запрос ключа при запуске)
Diffstat (limited to 'protocols/CurrencyRates/src/version.h')
-rw-r--r-- | protocols/CurrencyRates/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/version.h b/protocols/CurrencyRates/src/version.h index 8f36de3cb2..1763ca0193 100644 --- a/protocols/CurrencyRates/src/version.h +++ b/protocols/CurrencyRates/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|