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-06-13 17:08:51 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2014-06-13 17:08:51 +0400
commit69bd080aa5e08a0ea433a0db48eb92b23bb784e0 (patch)
tree5e024e65e2c99fe6a4fce29f66f76ccd09b6691f /BuildTools
parente70ba0a4772e264993f690ca874ee7d8570aab4b (diff)
Updated the version number in all projects to 2.0.0.7
Diffstat (limited to 'BuildTools')
-rw-r--r--BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs4
-rw-r--r--BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs2
-rw-r--r--BuildTools/WixIncludeMake/AssemblyInfo.cs2
-rw-r--r--BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs6
4 files changed, 7 insertions, 7 deletions
diff --git a/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs b/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs
index 21e7ce27d..794c67524 100644
--- a/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs
+++ b/BuildTools/LocalizationTool/LocalizationTool/Properties/AssemblyInfo.cs
@@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]
diff --git a/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs b/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs
index eac5b0be4..8d0207127 100644
--- a/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs
+++ b/BuildTools/UpdateVersionStamp/Properties/AssemblyInfo.cs
@@ -14,7 +14,7 @@ using System.Runtime.CompilerServices;
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// 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.
//[assembly: AssemblyDelaySign(false)]
diff --git a/BuildTools/WixIncludeMake/AssemblyInfo.cs b/BuildTools/WixIncludeMake/AssemblyInfo.cs
index fd422f2fc..20172853c 100644
--- a/BuildTools/WixIncludeMake/AssemblyInfo.cs
+++ b/BuildTools/WixIncludeMake/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.
diff --git a/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs b/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs
index 5c6a23cc1..a51693ae5 100644
--- a/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs
+++ b/BuildTools/WixProjBuilder/Properties/AssemblyInfo.cs
@@ -50,6 +50,6 @@ using System.Runtime.InteropServices;
//
// 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+// [assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyVersion("2.0.0.7")]
+[assembly: AssemblyFileVersion("2.0.0.7")]