diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-08 11:32:34 +0000 |
commit | e381e98b6c1435da4cfc68cec14e67171441fb68 (patch) | |
tree | 89b3a71cb31222d17546cd12302a30a1c8fbba75 /plugins/PluginUpdater/src/Version.h | |
parent | d452cf6c37d50d1ea3d603be8d0dbe1111728699 (diff) |
adaptation for hashes.zip
git-svn-id: http://svn.miranda-ng.org/main/trunk@1399 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 2938d6763a..cdd963fa6c 100644 --- a/plugins/PluginUpdater/src/Version.h +++ b/plugins/PluginUpdater/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|