diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-03 17:35:55 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-03 17:35:55 +0000 |
commit | 85b303dbbb3adf8bd060985ff3e0e5956e8a5cb9 (patch) | |
tree | 4a45aa630343d3ed2f92780b1011f4cf12f7d58d /plugins/Db3x_mmap | |
parent | 72aa72e9a28dcc669727aa648d6db8a3d14d52bd (diff) |
version updated for some plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@1341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap')
-rw-r--r-- | plugins/Db3x_mmap/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Db3x_mmap/src/version.h b/plugins/Db3x_mmap/src/version.h index 8edfeaebb9..0231d7a7ea 100644 --- a/plugins/Db3x_mmap/src/version.h +++ b/plugins/Db3x_mmap/src/version.h @@ -1,3 +1,3 @@ -#define __FILEVERSION_STRING 0,92,2,0
-#define __VERSION_STRING "0.92.2.0"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
+#define __FILEVERSION_STRING 0,11,0,1
+#define __VERSION_STRING "0.11.0.1"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1)
|