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 f273d18 commit dffd163Copy full SHA for dffd163
application/DebugViewpp/version.h
@@ -1,2 +1,2 @@
1
-#define VERSION 1,9,0,63
2
-#define VERSION_STR "1.9.0.63"
+#define VERSION 1,9,0,64
+#define VERSION_STR "1.9.0.64"
application/DebugViewpp/version.wxi
@@ -3,6 +3,6 @@
3
<?define ProductVersion.Major="1" ?>
4
<?define ProductVersion.Minor="9" ?>
5
<?define ProductVersion.Revision="0" ?>
6
- <?define ProductVersion.Build="63" ?>
7
- <?define ProductVersion="1.9.0.63" ?>
+ <?define ProductVersion.Build="64" ?>
+ <?define ProductVersion="1.9.0.64" ?>
8
</Include>
0 commit comments