diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-03 09:57:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-03 09:57:50 +0000 |
commit | 164f7464e28c7723fda62f6dde5293ed6e50239a (patch) | |
tree | 4dcf56bdbd9517a9dd1623a59f163aab5528eb46 | |
parent | 1b2dd3c3b573294758648f8a82ef9108481550ba (diff) |
Ieview version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/IEView/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/IEView/Version.h b/plugins/IEView/Version.h index 0d69c106e9..bde544a0d7 100644 --- a/plugins/IEView/Version.h +++ b/plugins/IEView/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 1
-#define __MINOR_VERSION 3
+#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|