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-07 00:20:37 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 00:20:37 +0300
commitc7fc8c5989cd3ae6bb2bdc93c9978fb53fd55829 (patch)
tree34899e4f33d4379120a4d7d0dac4b215c620ee22
parentdbb150b24b1ea5759c07d92088adfbf9996be2a3 (diff)
rc4
-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 c2342aa1..e814d44a 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.3")]
-[assembly: AssemblyFileVersion("2.0.20.3")]
+[assembly: AssemblyVersion("2.0.20.4")]
+[assembly: AssemblyFileVersion("2.0.20.4")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index f481b7d8..dd65be67 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>3</ApplicationRevision>
- <ApplicationVersion>2.0.20.3</ApplicationVersion>
+ <ApplicationRevision>4</ApplicationRevision>
+ <ApplicationVersion>2.0.20.4</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>