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-20 14:01:35 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-20 14:01:35 +0300
commit7d014b7da4b6d2af1e62ef7f665342cee0e1b467 (patch)
treed153607946b3abc76a1de188063ed065be964ee0 /Properties
parent88f3b50c9004d12a8603533bb94b22ee39da158b (diff)
Fixes: compression and spaces
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 ed5060f5..bd275b30 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.56")]
-[assembly: AssemblyFileVersion("2.0.21.56")]
+[assembly: AssemblyVersion("2.0.21.57")]
+[assembly: AssemblyFileVersion("2.0.21.57")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]