From eb0466d1503bc03bd9671a75b374d1d676d787c4 Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Thu, 13 Dec 2012 12:19:30 +0100 Subject: [PATCH] Bump the version number --- Xwt.Gtk/AssemblyInfo.cs | 2 +- Xwt.Mac/AssemblyInfo.cs | 2 +- Xwt.WPF/AssemblyInfo.cs | 2 +- Xwt/AssemblyInfo.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Xwt.Gtk/AssemblyInfo.cs b/Xwt.Gtk/AssemblyInfo.cs index bb9df1d1..6a5f632f 100755 --- a/Xwt.Gtk/AssemblyInfo.cs +++ b/Xwt.Gtk/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.0.0")] +[assembly: AssemblyVersion("0.1.0.0")] // 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/Xwt.Mac/AssemblyInfo.cs b/Xwt.Mac/AssemblyInfo.cs index 0b0f205d..0589d073 100755 --- a/Xwt.Mac/AssemblyInfo.cs +++ b/Xwt.Mac/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.0.0")] +[assembly: AssemblyVersion("0.1.0.0")] // 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/Xwt.WPF/AssemblyInfo.cs b/Xwt.WPF/AssemblyInfo.cs index f68f73dd..4e2961de 100644 --- a/Xwt.WPF/AssemblyInfo.cs +++ b/Xwt.WPF/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.0.0")] +[assembly: AssemblyVersion("0.1.0.0")] // 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/Xwt/AssemblyInfo.cs b/Xwt/AssemblyInfo.cs index d3bc6204..cfe46539 100755 --- a/Xwt/AssemblyInfo.cs +++ b/Xwt/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.0.0")] +[assembly: AssemblyVersion("0.1.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.