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>2014-07-01 13:22:27 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2014-07-01 13:22:27 +0400
commit5714a4430a71bc968c5742bd8e63400949faf171 (patch)
tree773413c81d58b635c92d476b921e9140a66c863a /Duplicati/Library/AutoUpdater
parent80c3a4d9070432fc2d629ddca03718517df66d93 (diff)
Updated some assembly versions
Diffstat (limited to 'Duplicati/Library/AutoUpdater')
-rw-r--r--Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs b/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
index b490d67f6..ae4ef6295 100644
--- a/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2014, Kenneth Skovhede
// http://www.hexad.dk, opensource@hexad.dk
//
// 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.