diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-07 19:39:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-07 19:39:00 +0000 |
commit | f2b61a664ae3660ad503eee73ef82ee562a5a5db (patch) | |
tree | 255636f2cb10df3d53507f9a0b8bb8611c8325bf /plugins/PluginUpdater/src/Version.h | |
parent | 1b7f0e55e1dcc7fc327e539c4e8744dba41c2857 (diff) |
Minizip in PU replaced with one in zlib.dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@5617 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 f517484a82..89d54f2420 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 5
+#define __BUILD_NUM 6
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|