Skip to content

Commit

Permalink
Update all revision numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Todd committed Jan 20, 2016
1 parent 5514b90 commit 099ed02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Apex7000_BillValidator_Test/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Window x:Class="PyramidNETRS232_TestApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="RS-232 Sample Application 1.0.1" Height="650" Width="800" SnapsToDevicePixels="True" Icon="icon.ico">
Title="RS-232 Sample Application 1.2.0" Height="650" Width="800" SnapsToDevicePixels="True" Icon="icon.ico">
<Window.Resources>
<ResourceDictionary Source="Themes/purple.xaml"/>
</Window.Resources>
Expand Down
4 changes: 2 additions & 2 deletions Apex7000_BillValidator_Test/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]



Expand Down
2 changes: 1 addition & 1 deletion PyramidNETRS232Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- NEVER EVER CHANGE THE UPGRADE CODE -->
<?define UpgradeCode = "{5976a455-fa1f-44d2-91fa-53cc2beca27f}" ?>

<?define Version = "1.0.1" ?>
<?define Version = "1.2.0" ?>
<?define BetaProductVersion="1.0.0" ?>
<?define Name="Pyramid NET RS-232" ?>
<?define Description="Pyramid NET RS-232 Installer" ?>
Expand Down

0 comments on commit 099ed02

Please sign in to comment.