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-25 00:24:36 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-25 00:24:36 +0300
commit4cb6b67080780263d30b9af5a69f02c9e1cdc343 (patch)
tree38770caeaa729d68b660105244595f51b92f07a2 /Properties
parent00425a9c6011ba8edf445608dfb3ce64a05e0c18 (diff)
More correct SortRawTitle
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 7e8dfffd..a2b261b6 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.60")]
-[assembly: AssemblyFileVersion("2.0.21.60")]
+[assembly: AssemblyVersion("2.0.21.61")]
+[assembly: AssemblyFileVersion("2.0.21.61")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]