diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-15 15:23:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-15 15:23:29 +0300 |
commit | 8b82faab1e41341c3a3d2ae40b999469020bedc3 (patch) | |
tree | 4b880fbb9876a3a5983fb1017dec75a301961cdb /plugins/NewsAggregator/Src/version.h | |
parent | 939a842bc8af062686870e7362ca1e82b064edfa (diff) |
NewsAggregator => TinyXml
Diffstat (limited to 'plugins/NewsAggregator/Src/version.h')
-rw-r--r-- | plugins/NewsAggregator/Src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/version.h b/plugins/NewsAggregator/Src/version.h index ee46e3baef..a7d2126e30 100644 --- a/plugins/NewsAggregator/Src/version.h +++ b/plugins/NewsAggregator/Src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include <stdver.h> |