Skip to content

Commit

Permalink
bumped version up to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janwilmans committed Jul 31, 2017
1 parent b706d56 commit 6ff347e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DebugView++/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSION 1,7,0,99
#define VERSION_STR "1.7.0.99"
#define VERSION 1,8,0,2
#define VERSION_STR "1.8.0.2"
6 changes: 3 additions & 3 deletions DebugView++/version.wxi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductVersion.Major="1" ?>
<?define ProductVersion.Minor="7" ?>
<?define ProductVersion.Minor="8" ?>
<?define ProductVersion.Revision="0" ?>
<?define ProductVersion.Build="99" ?>
<?define ProductVersion="1.7.0.99" ?>
<?define ProductVersion.Build="2" ?>
<?define ProductVersion="1.8.0.2" ?>
</Include>

0 comments on commit 6ff347e

Please sign in to comment.