Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2019-01-29 10:37:19 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-01-29 10:37:19 +0300
commit7d2a2e5f340ddf91d99f7ed70251c74137d90433 (patch)
tree90cb9ba27141f8725c25a497c6f29f0c2eb0184f
parent1980acf69d0d5f10fe8256fc27df9ec4296179ea (diff)
Fixed version to avoid git commits with version updates
-rw-r--r--Duplicati/ConfigurationImporter/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/ConfigurationImporter/Properties/AssemblyInfo.cs b/Duplicati/ConfigurationImporter/Properties/AssemblyInfo.cs
index 573882cd0..0727d2783 100644
--- a/Duplicati/ConfigurationImporter/Properties/AssemblyInfo.cs
+++ b/Duplicati/ConfigurationImporter/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-// Copyright (C) 2019, The Duplicati Team
+// Copyright (C) 2019, The Duplicati Team
// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("2.0.0.7")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.