Skip to content

Commit 6ff347e

Browse files
committed
bumped version up to 1.8
1 parent b706d56 commit 6ff347e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DebugView++/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,7,0,99
2-
#define VERSION_STR "1.7.0.99"
1+
#define VERSION 1,8,0,2
2+
#define VERSION_STR "1.8.0.2"

DebugView++/version.wxi

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33
<?define ProductVersion.Major="1" ?>
4-
<?define ProductVersion.Minor="7" ?>
4+
<?define ProductVersion.Minor="8" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="99" ?>
7-
<?define ProductVersion="1.7.0.99" ?>
6+
<?define ProductVersion.Build="2" ?>
7+
<?define ProductVersion="1.8.0.2" ?>
88
</Include>

0 commit comments

Comments
 (0)