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
path: root/Tools
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2014-06-13 17:08:51 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2014-06-13 17:08:51 +0400
commit69bd080aa5e08a0ea433a0db48eb92b23bb784e0 (patch)
tree5e024e65e2c99fe6a4fce29f66f76ccd09b6691f /Tools
parente70ba0a4772e264993f690ca874ee7d8570aab4b (diff)
Updated the version number in all projects to 2.0.0.7
Diffstat (limited to 'Tools')
-rw-r--r--Tools/SQLiteTool/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/SQLiteTool/AssemblyInfo.cs b/Tools/SQLiteTool/AssemblyInfo.cs
index 628b377e8..4292b0da8 100644
--- a/Tools/SQLiteTool/AssemblyInfo.cs
+++ b/Tools/SQLiteTool/AssemblyInfo.cs
@@ -17,7 +17,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.