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>2018-07-26 00:37:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-07-26 00:37:16 +0300
commit4c9e52e3fa7626858da09833bf6c98e65c3c7202 (patch)
treeb47b03639ae88a69960e0039d9abd5a98d85f896
parent307b54a1498627a4f66958aac129952d1cf6457f (diff)
2.312.31
-rw-r--r--Properties/AssemblyInfo.cs4
-rw-r--r--hakchi_gui.csproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index aa71f7de..2bba725e 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.30.18")]
-[assembly: AssemblyFileVersion("2.0.30.18")]
+[assembly: AssemblyVersion("2.0.31.10")]
+[assembly: AssemblyFileVersion("2.0.31.10")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 10c1ba0c..0e38f701 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -31,8 +31,8 @@
<PublisherName>Alexey %27Cluster%27 Avdyukhin</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
- <ApplicationRevision>18</ApplicationRevision>
- <ApplicationVersion>2.0.30.18</ApplicationVersion>
+ <ApplicationRevision>10</ApplicationRevision>
+ <ApplicationVersion>2.0.31.10</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>