Skip to content

Commit ce80830

Browse files
committed
a release-x64 build ups the version numbers,
added version.wxi to allow 32-bit allow to reproduce an earlier build
1 parent 84006fa commit ce80830

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ packages/
1010
*.log
1111
*.VC.opendb
1212
*.VC.db
13-
DebugView++/version.wxi
1413
bin
1514
*.class
1615
*.db
1716
*.opendb
18-
/OutputForwarderVSIX/packages
1917
/DebugView++Test/SaveLoadLogFile_unique_test_filename
2018
/VsSDK.props
21-
Libraries/boost
22-
Libraries/wtl
2319
*.user
2420
.vs/

DebugView++/version.wxi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Include>
3+
<?define ProductVersion.Major="1" ?>
4+
<?define ProductVersion.Minor="7" ?>
5+
<?define ProductVersion.Revision="0" ?>
6+
<?define ProductVersion.Build="98" ?>
7+
<?define ProductVersion="1.7.0.98" ?>
8+
</Include>

0 commit comments

Comments
 (0)