diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-28 12:53:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-28 12:53:07 +0000 |
commit | 7bb399de4c4afa30fe016d25260a105448476374 (patch) | |
tree | 8cbf620506f348dad9234f818d6c22b5876a097c /plugins/IEView/src/Version.h | |
parent | e4302ad10ffffed04d4e11bfe9b11d2b389656a1 (diff) |
- crash fix;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/Version.h')
-rw-r--r-- | plugins/IEView/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/Version.h b/plugins/IEView/src/Version.h index 05cd7a1571..a7523e31ad 100644 --- a/plugins/IEView/src/Version.h +++ b/plugins/IEView/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|