From 4bf654807e4a75618435db825ec4d3e1bec9ae01 Mon Sep 17 00:00:00 2001 From: Lorenz Cuno Klopfenstein Date: Sat, 18 Jan 2014 16:27:57 +0100 Subject: [PATCH] Version number updated to 3.5.1. --- Installer/update.xml | 4 ++-- OnTopReplica/OnTopReplica.csproj | 2 +- OnTopReplica/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Installer/update.xml b/Installer/update.xml index e2a1f35..ed6d03e 100644 --- a/Installer/update.xml +++ b/Installer/update.xml @@ -1,6 +1,6 @@  - 3.3.2.0 - 2011-06-07T01:00:00Z + 3.5.1.0 + 2014-01-18T16:25:00Z http://www.klopfenstein.net/lorenz.aspx/ontopreplica \ No newline at end of file diff --git a/OnTopReplica/OnTopReplica.csproj b/OnTopReplica/OnTopReplica.csproj index 6fd5b79..d682555 100644 --- a/OnTopReplica/OnTopReplica.csproj +++ b/OnTopReplica/OnTopReplica.csproj @@ -50,7 +50,7 @@ publish.htm false 0 - 3.5.0.%2a + 3.5.1.%2a false true true diff --git a/OnTopReplica/Properties/AssemblyInfo.cs b/OnTopReplica/Properties/AssemblyInfo.cs index c73cc16..d35cf7f 100644 --- a/OnTopReplica/Properties/AssemblyInfo.cs +++ b/OnTopReplica/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // 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.5.0.0")] -[assembly: AssemblyFileVersion("3.5.0.0")] +[assembly: AssemblyVersion("3.5.1.0")] +[assembly: AssemblyFileVersion("3.5.1.0")]