summaryrefslogtreecommitdiff
path: root/plugins/IEView/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/Version.h')
-rw-r--r--plugins/IEView/Version.h4
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