Skip to content

Commit

Permalink
prepare MSI script for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Jul 26, 2018
1 parent e94349d commit e8ba8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdfsam-msi-installer/src/Build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF

SET PDFSAM_VERSION=3.3.5
SET PDFSAM_VERSION=3.3.6

REM Prevent compiling with outdated pdfsam.wixobj file if there is a error in candle.
del /Q pdfsam.wixobj
Expand Down
4 changes: 2 additions & 2 deletions pdfsam-msi-installer/src/pdfsamVariables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<!-- Values required to change for a new release: -->
<?define ProductMajorVersion="3" ?>
<?define ProductMinorVersion="30" ?>
<?define ProductPatchVersion="5" ?>
<?define ProductPatchVersion="6" ?>
<!-- Changing only this doesn't qualify for an upgrade so the upgrade is not detected -->
<?define ProductLabelVersion="0" ?>
<!-- Change this -->
<?define ProductFullVersion="3.3.5" ?>
<?define ProductFullVersion="3.3.6" ?>

<!-- Static configuration options. -->
<?define ProductCode="*" ?>
Expand Down

0 comments on commit e8ba8a1

Please sign in to comment.