Skip to content

Commit 1e091f3

Browse files
committed
Additional version rev to make installer compatible with original v1.1 MSI
1 parent 0e016b8 commit 1e091f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Docs/Images/ProgramScreenshot.png

11.8 KB
Loading

Installer/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Id="*"
55
Name="RB4InstrumentMapper"
66
Language="1033"
7-
Version="1.2.0.0"
7+
Version="1.22.0.0"
88
Manufacturer="Andreas Schiffler"
9-
UpgradeCode="7836DAAE-817B-4984-99B3-B42ADDC23A8A">
9+
UpgradeCode="94bef546-701f-4571-9828-d4fa39b2ea84">
1010

1111
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
1212

MainWindow/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
<TextBox Name="messageConsole" Margin="0,0,0,0" TextWrapping="Wrap" AcceptsReturn="True" VerticalScrollBarVisibility="Visible" IsReadOnly="True" FontSize="10"/>
4747
</Grid>
4848
</GroupBox>
49-
<Label x:Name="guitar1IdLabel_Copy" Content="v1.2.0.0" HorizontalAlignment="Right" Height="28" Margin="0,13,9.667,0" VerticalAlignment="Top" Width="102" IsEnabled="False"/>
49+
<Label x:Name="guitar1IdLabel_Copy" Content="v1.22.0.0" HorizontalAlignment="Right" Height="28" Margin="0,13,9.667,0" VerticalAlignment="Top" Width="102" IsEnabled="False"/>
5050
</Grid>
5151
</Window>

0 commit comments

Comments
 (0)