Skip to content

Commit

Permalink
Updates version and license info
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shook committed Nov 21, 2021
1 parent d2771a2 commit 992a59f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup-x64/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.3.4.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.0.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion Setup-x86/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.3.4.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.0.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion license.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\b0 \

\b Copyright (c) 2019 Carson Shook\
\b Copyright (c) 2021 Carson Shook\
\b0 \
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\
Expand Down

0 comments on commit 992a59f

Please sign in to comment.