We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8f5fb commit 6c15dcdCopy full SHA for 6c15dcd
DebugView++/version.h
@@ -1,2 +1,2 @@
1
-#define VERSION 1,8,0,4
2
-#define VERSION_STR "1.8.0.4"
+#define VERSION 1,8,0,5
+#define VERSION_STR "1.8.0.5"
DebugView++/version.wxi
@@ -3,6 +3,6 @@
3
<?define ProductVersion.Major="1" ?>
4
<?define ProductVersion.Minor="8" ?>
5
<?define ProductVersion.Revision="0" ?>
6
- <?define ProductVersion.Build="4" ?>
7
- <?define ProductVersion="1.8.0.4" ?>
+ <?define ProductVersion.Build="5" ?>
+ <?define ProductVersion="1.8.0.5" ?>
8
</Include>
0 commit comments