We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b706d56 commit 6ff347eCopy full SHA for 6ff347e
DebugView++/version.h
@@ -1,2 +1,2 @@
1
-#define VERSION 1,7,0,99
2
-#define VERSION_STR "1.7.0.99"
+#define VERSION 1,8,0,2
+#define VERSION_STR "1.8.0.2"
DebugView++/version.wxi
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
3
<?define ProductVersion.Major="1" ?>
4
- <?define ProductVersion.Minor="7" ?>
+ <?define ProductVersion.Minor="8" ?>
5
<?define ProductVersion.Revision="0" ?>
6
- <?define ProductVersion.Build="99" ?>
7
- <?define ProductVersion="1.7.0.99" ?>
+ <?define ProductVersion.Build="2" ?>
+ <?define ProductVersion="1.8.0.2" ?>
8
</Include>
0 commit comments