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-02-22 02:44:10 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-22 02:44:10 +0300
commitb565a2cd1d34afebcc7ec9ce6e29fee080f8e6c8 (patch)
tree82d3feb9f005e4c1092d5d23c3228ed56f67bdf9 /Properties
parentecc89476e66d6dce30b5ec536956a38394bb2ec6 (diff)
Backward compatibility with old kernels
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 67a2a29e..fb184739 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.3")]
-[assembly: AssemblyFileVersion("2.0.30.3")]
+[assembly: AssemblyVersion("2.0.30.4")]
+[assembly: AssemblyFileVersion("2.0.30.4")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]