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-07-15 20:12:43 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2014-07-15 20:12:43 +0400
commit35d8dc2bee05d52771f83d7ae40c56af439e2090 (patch)
tree813b3885f3d6ac3bb6a7bf57296afb28ed9d6dd5 /Tools
parent89e7b262e6a3502fee7a8ac45aaeca5d261dcd77 (diff)
Sync SQLiteTool version number
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.