Skip to content

Commit 08ced26

Browse files
committed
up version number to 1.8.0.103
1 parent cfe4bce commit 08ced26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DebugView++/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,8,0,102
2-
#define VERSION_STR "1.8.0.102"
1+
#define VERSION 1,8,0,103
2+
#define VERSION_STR "1.8.0.103"

DebugView++/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="8" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="102" ?>
7-
<?define ProductVersion="1.8.0.102" ?>
6+
<?define ProductVersion.Build="103" ?>
7+
<?define ProductVersion="1.8.0.103" ?>
88
</Include>

0 commit comments

Comments
 (0)