Skip to content

Commit

Permalink
Versioning for release
Browse files Browse the repository at this point in the history
  • Loading branch information
midspace committed Jan 14, 2016
1 parent 3b5036b commit 21b3a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Main/SEToolbox/SEToolbox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mid-Space Productions")]
[assembly: AssemblyProduct("SEToolbox")]
[assembly: AssemblyCopyright("Copyright © MidSpace 2013-2015")]
[assembly: AssemblyCopyright("Copyright © MidSpace 2013-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -54,5 +54,5 @@
// First 3 numbers to match the current Space Engineers release.
// http://forums.keenswh.com/post/about-change-log-6578819
// Forth number to indicate my own build of SEToolbox to match. Remember to reset it back to 1 every time there is a new release of SpaceEngineers.
[assembly: AssemblyFileVersion("01.116.008.1")]
[assembly: AssemblyFileVersion("01.117.002.1")]

2 changes: 1 addition & 1 deletion Main/SEToolbox/SEToolboxSetup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">

<Product Id="*" Name="!(loc.ApplicationTitle)" Language="1033" Version="01.116.008.1" Manufacturer="!(loc.ManufacturerName)" UpgradeCode="87c8aa64-1a84-4767-ae17-a4b6b6ee1b89">
<Product Id="*" Name="!(loc.ApplicationTitle)" Language="1033" Version="01.117.002.1" Manufacturer="!(loc.ManufacturerName)" UpgradeCode="87c8aa64-1a84-4767-ae17-a4b6b6ee1b89">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<Media Id="1" Cabinet="SEToolbox.cab" EmbedCab="yes" />

Expand Down

0 comments on commit 21b3a7b

Please sign in to comment.