diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-25 15:21:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-25 15:21:45 +0000 |
commit | 6cd5066a4a158b7d6ec0ca5c210c51b251c8c14d (patch) | |
tree | 6c51eb75da1284779c1652dbc0ef7a8522e40689 /plugins/PluginUpdater/src/Version.h | |
parent | 2925e6ef90c51c6252613613b4eabf5474aef76b (diff) |
attempt to use masks in PU
git-svn-id: http://svn.miranda-ng.org/main/trunk@8740 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 7a2d8d317a..891e33d56f 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 1
-#define __BUILD_NUM 7
+#define __BUILD_NUM 8
#include <stdver.h>
|