diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-07 20:53:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-07 20:53:09 +0000 |
commit | 6e25730bfafd9e4113cd9471544a2fe7491ebbf8 (patch) | |
tree | 45769d7324e5ba12489a0802a42ceb2adf6e3a24 /plugins/PluginUpdater/src/Version.h | |
parent | 7288031deaffcbb9424dbad8496f6086f52a5066 (diff) |
compilation fix for PU for Miranda IM
git-svn-id: http://svn.miranda-ng.org/main/trunk@6818 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 89d54f2420..f517484a82 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 6
+#define __BUILD_NUM 5
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|