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-10 16:44:59 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-10 16:47:23 +0300
commit6af516520f949979686adc4399926d3fe3dc0441 (patch)
tree70487d51693c4f45b1d9839ee9294b10520384d8 /Properties
parent115c6a445c519103eb7aaeb09930f104d94228fc (diff)
Reduced size of original games, fixes, cleanup
Diffstat (limited to 'Properties')
-rw-r--r--Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index b2c74a3e..ec1eec9f 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.21.10")]
-[assembly: AssemblyFileVersion("2.0.21.10")]
+[assembly: AssemblyVersion("2.0.21.20")]
+[assembly: AssemblyFileVersion("2.0.21.20")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]