Skip to content

Commit

Permalink
Installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed May 17, 2017
1 parent fccffb2 commit 5def2bf
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
@@ -1,6 +1,6 @@
@ECHO OFF

SET PDFSAM_VERSION=3.3.0
SET PDFSAM_VERSION=3.3.1

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
Expand Up @@ -3,11 +3,11 @@
<!-- Values required to change for a new release: -->
<?define ProductMajorVersion="3" ?>
<?define ProductMinorVersion="30" ?>
<?define ProductPatchVersion="0" ?>
<?define ProductPatchVersion="1" ?>
<!-- Changing only this doesn't qualify for an upgrade so the upgrade is not detected -->
<?define ProductLabelVersion="0" ?>
<!-- Change this -->
<?define ProductFullVersion="3.3.0" ?>
<?define ProductFullVersion="3.3.1" ?>

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

0 comments on commit 5def2bf

Please sign in to comment.