From 96e7a56218eeec494ff6795b0f5e6704542ee3f4 Mon Sep 17 00:00:00 2001 From: Daniel Oosterwijk Date: Mon, 15 Apr 2019 14:30:35 +1200 Subject: [PATCH] Bump version numbers RexSimulator 3.1.1 -> 3.1.2 * Timer speed fix RexSimulatorGui 3.2.1 -> 3.3.0 * Improve memory form performance when lots changes * Stepping over breakpoints works properly * Hard reset resets switches * Serial port bell quacks instead of beeping --- RexSimulator/Properties/AssemblyInfo.cs | 4 ++-- RexSimulatorGui/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RexSimulator/Properties/AssemblyInfo.cs b/RexSimulator/Properties/AssemblyInfo.cs index 8f82423..a7a7e5e 100644 --- a/RexSimulator/Properties/AssemblyInfo.cs +++ b/RexSimulator/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ // 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("3.1.1")] -[assembly: AssemblyFileVersion("3.1.1")] +[assembly: AssemblyVersion("3.1.2")] +[assembly: AssemblyFileVersion("3.1.2")] diff --git a/RexSimulatorGui/Properties/AssemblyInfo.cs b/RexSimulatorGui/Properties/AssemblyInfo.cs index 9bf789a..9291cc2 100644 --- a/RexSimulatorGui/Properties/AssemblyInfo.cs +++ b/RexSimulatorGui/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ // 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("3.2.1")] -[assembly: AssemblyFileVersion("3.2.1")] +[assembly: AssemblyVersion("3.3.0")] +[assembly: AssemblyFileVersion("3.3.0")]