Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 09:11:45 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 09:11:45 +0300
commitafb1d8a8b5fde2e4d49ad9c42e29d64f65074718 (patch)
tree2850253e4619bb8758a74b059682e39ef8b7ab5f /Properties/AssemblyInfo.cs
parenta2f31929bcbfe91b3dade80e0f7b63ca3a3adb9d (diff)
Tiny but important fix for Super Famicom
Diffstat (limited to 'Properties/AssemblyInfo.cs')
-rw-r--r--Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 162d4265..a4814349 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -33,6 +33,6 @@ using System.Resources;
// 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("2.0.20.14")]
-[assembly: AssemblyFileVersion("2.0.20.14")]
+[assembly: AssemblyVersion("2.0.20.15")]
+[assembly: AssemblyFileVersion("2.0.20.15")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]