From 6c3e1ed433af3fde945ab65835a1cfa1397c7557 Mon Sep 17 00:00:00 2001 From: morkt Date: Wed, 11 Mar 2015 21:27:02 +0400 Subject: [PATCH] released v1.0.4 --- ArcFormats/Properties/AssemblyInfo.cs | 4 ++-- GameRes/Properties/AssemblyInfo.cs | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ArcFormats/Properties/AssemblyInfo.cs b/ArcFormats/Properties/AssemblyInfo.cs index 9f247bbd..cbc82a9f 100644 --- a/ArcFormats/Properties/AssemblyInfo.cs +++ b/ArcFormats/Properties/AssemblyInfo.cs @@ -32,5 +32,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 ("1.0.3.29")] -[assembly: AssemblyFileVersion ("1.0.3.29")] +[assembly: AssemblyVersion ("1.0.4.29")] +[assembly: AssemblyFileVersion ("1.0.4.29")] diff --git a/GameRes/Properties/AssemblyInfo.cs b/GameRes/Properties/AssemblyInfo.cs index 02ec9ac9..93e820ed 100644 --- a/GameRes/Properties/AssemblyInfo.cs +++ b/GameRes/Properties/AssemblyInfo.cs @@ -32,5 +32,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 ("1.0.1.5")] -[assembly: AssemblyFileVersion ("1.0.1.5")] +[assembly: AssemblyVersion ("1.0.2.5")] +[assembly: AssemblyFileVersion ("1.0.2.5")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 40905b3a..54426b2e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ using System.Windows; // 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.3.13")] -[assembly: AssemblyFileVersion ("1.0.2.13")] +[assembly: AssemblyVersion ("1.0.4.13")] +[assembly: AssemblyFileVersion ("1.0.3.13")]