Skip to content

Commit

Permalink
installer ready for 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Jun 29, 2016
1 parent 17da41d commit 58557b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pdfsam-msi-installer/src/Build.cmd
@@ -1,6 +1,6 @@
@ECHO OFF

SET PDFSAM_VERSION=3.0.3.RELEASE
SET PDFSAM_VERSION=3.1.0

REM Prevent compiling with outdated pdfsam.wixobj file if there is a error in candle.
del /Q pdfsam.wixobj
Expand Down
8 changes: 4 additions & 4 deletions pdfsam-msi-installer/src/pdfsamVariables.wxi
Expand Up @@ -2,13 +2,13 @@
<Include>
<!-- Values required to change for a new release: -->
<?define ProductMajorVersion="3" ?>
<?define ProductMinorVersion="0" ?>
<?define ProductMinorVersion="10" ?>
<!-- Change patch version otherwise upgrade is not detected -->
<?define ProductPatchVersion="30" ?>
<?define ProductPatchVersion="0" ?>
<?define ProductLabelVersion="0" ?>
<!-- Change this -->
<?define ProductCode="{2613ad46-fb81-46dc-9001-e1ba183f9520}" ?>
<?define ProductFullVersion="3.0.3.RELEASE" ?>
<?define ProductCode="{16742ebe-bf7c-4e42-a96c-81ad607d3b9c}" ?>
<?define ProductFullVersion="3.1.0" ?>

<!-- Static configuration options. -->
<?define ProductVersion="$(var.ProductMajorVersion).$(var.ProductMinorVersion).$(var.ProductPatchVersion).$(var.ProductLabelVersion)" ?>
Expand Down

0 comments on commit 58557b0

Please sign in to comment.