diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-10 08:28:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-10 08:28:12 +0000 |
commit | 2d5679d79f16628fdc2f4b9f420817b6c3c1c6b1 (patch) | |
tree | 3430c100a142e5e5de6b478737004dca58ec1ef6 /plugins/PluginUpdater/src/Version.h | |
parent | c197e5206839d1fb1378d52d76df5681a80bd1eb (diff) |
fix for sharing the same global variable between two modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@9154 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 891e33d56f..9e347c0ead 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 8
+#define __BUILD_NUM 9
#include <stdver.h>
|