diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-15 21:27:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-15 21:27:18 +0000 |
commit | 0d65ec3aab2c63b9a55fbabc811b0e23447fd4a1 (patch) | |
tree | 2536fcb552fcf4eb00fa2ae322d0a7fa6a547bcb /plugins/DbEditorPP/src/Version.h | |
parent | 31591520f0dfefa04a9e4379f1a25be80298ea1e (diff) |
- fix for memory corruption;
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/Version.h')
-rw-r--r-- | plugins/DbEditorPP/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/Version.h b/plugins/DbEditorPP/src/Version.h index 1065e6fbb0..4a61fe7783 100644 --- a/plugins/DbEditorPP/src/Version.h +++ b/plugins/DbEditorPP/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 4
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 1
#include <stdver.h>
|