diff --git a/SecureDesktop-GUI/About.Designer.cs b/SecureDesktop-GUI/About.Designer.cs index 7ddd7a2..76cfd29 100644 --- a/SecureDesktop-GUI/About.Designer.cs +++ b/SecureDesktop-GUI/About.Designer.cs @@ -84,9 +84,9 @@ private void InitializeComponent() this.labelVersion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelVersion.Location = new System.Drawing.Point(146, 58); this.labelVersion.Name = "labelVersion"; - this.labelVersion.Size = new System.Drawing.Size(49, 13); + this.labelVersion.Size = new System.Drawing.Size(72, 13); this.labelVersion.TabIndex = 5; - this.labelVersion.Text = "v1.0.3.1"; + this.labelVersion.Text = "v1.1.0.0-rc.1"; // // labelCreator // diff --git a/SecureDesktop-GUI/Properties/AssemblyInfo.cs b/SecureDesktop-GUI/Properties/AssemblyInfo.cs index f5fa93b..b5715f9 100644 --- a/SecureDesktop-GUI/Properties/AssemblyInfo.cs +++ b/SecureDesktop-GUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.3.1")] -[assembly: AssemblyFileVersion("1.0.3.1")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/SecureDesktop/Properties/AssemblyInfo.cs b/SecureDesktop/Properties/AssemblyInfo.cs index 2dcbaea..264e50a 100644 --- a/SecureDesktop/Properties/AssemblyInfo.cs +++ b/SecureDesktop/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.3.1")] -[assembly: AssemblyFileVersion("1.0.3.1")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")]