Skip to content

Commit dffd163

Browse files
author
Jan Wilmans
committed
bumped version to 1.9.0.64, now we are using the statically-linked runtime library again, was broken since the cmake migration after 1.8.x.x
1 parent f273d18 commit dffd163

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

application/DebugViewpp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,9,0,63
2-
#define VERSION_STR "1.9.0.63"
1+
#define VERSION 1,9,0,64
2+
#define VERSION_STR "1.9.0.64"

application/DebugViewpp/version.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<?define ProductVersion.Major="1" ?>
44
<?define ProductVersion.Minor="9" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="63" ?>
7-
<?define ProductVersion="1.9.0.63" ?>
6+
<?define ProductVersion.Build="64" ?>
7+
<?define ProductVersion="1.9.0.64" ?>
88
</Include>

0 commit comments

Comments
 (0)