diff options
author | George Hazan <george.hazan@gmail.com> | 2014-10-02 19:57:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-10-02 19:57:39 +0000 |
commit | c9c613bc0131355019d900ea73c646deb6f127ac (patch) | |
tree | e8b796967fe101b48003465e739377189821a19a /plugins/PluginUpdater/src/Version.h | |
parent | 03fec7536e1a86a3f05246e177d09e10f2e982c3 (diff) |
PluginUpdater:
- fix against overflow in the interval's calculation;
- code cleaning;
git-svn-id: http://svn.miranda-ng.org/main/trunk@10670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Version.h')
-rw-r--r-- | plugins/PluginUpdater/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Version.h b/plugins/PluginUpdater/src/Version.h index f498bab3d7..03e4af1f87 100644 --- a/plugins/PluginUpdater/src/Version.h +++ b/plugins/PluginUpdater/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|