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 457d530 commit bc951b2Copy full SHA for bc951b2
DebugView++/version.h
@@ -1,2 +1,2 @@
1
-#define VERSION 1,8,0,33
2
-#define VERSION_STR "1.8.0.33"
+#define VERSION 1,8,0,34
+#define VERSION_STR "1.8.0.34"
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="33" ?>
7
- <?define ProductVersion="1.8.0.33" ?>
+ <?define ProductVersion.Build="34" ?>
+ <?define ProductVersion="1.8.0.34" ?>
8
</Include>
0 commit comments