From 6ac251b39c7bb6a1bc5c01005a439644357912aa Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Mon, 6 Jul 2015 17:01:16 +0200 Subject: [PATCH] Updated version --- OpenMetaverse/AssemblyInfo.cs | 6 +++--- Programs/GridProxyGUI/Properties/AssemblyInfo.cs | 6 +++--- Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/OpenMetaverse/AssemblyInfo.cs b/OpenMetaverse/AssemblyInfo.cs index 26a55f998..de168dbe0 100644 --- a/OpenMetaverse/AssemblyInfo.cs +++ b/OpenMetaverse/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("openmetaverse.org")] [assembly: AssemblyProduct("OpenMetaverse")] -[assembly: AssemblyCopyright("Copyright © openmetaverse.org 2006-2014")] +[assembly: AssemblyCopyright("Copyright © openmetaverse.co 2006-2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -25,7 +25,7 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.3.0")] +[assembly: AssemblyVersion("0.9.3.3318")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -55,4 +55,4 @@ [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -[assembly: AssemblyFileVersionAttribute("0.9.3.0")] +[assembly: AssemblyFileVersionAttribute("0.9.3.3318")] diff --git a/Programs/GridProxyGUI/Properties/AssemblyInfo.cs b/Programs/GridProxyGUI/Properties/AssemblyInfo.cs index 4e11fa57e..58d63e6af 100644 --- a/Programs/GridProxyGUI/Properties/AssemblyInfo.cs +++ b/Programs/GridProxyGUI/Properties/AssemblyInfo.cs @@ -8,16 +8,16 @@ [assembly: AssemblyConfiguration ("")] [assembly: AssemblyCompany("Open Metaverse Foundation")] [assembly: AssemblyProduct("Grid Proxy GUI")] -[assembly: AssemblyCopyright("Latif Khalifa")] +[assembly: AssemblyCopyright("(c) 2015 Latif Khalifa")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] // 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("0.9.3.3318")] // 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)] //[assembly: AssemblyKeyFile("")] -[assembly: AssemblyFileVersionAttribute("1.0")] +[assembly: AssemblyFileVersionAttribute("0.9.3.3318")] diff --git a/Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs b/Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs index c6041b617..a5e7dc630 100755 --- a/Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs +++ b/Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs @@ -48,7 +48,7 @@ protected virtual void Build () this.textview1 = new global::Gtk.TextView (); this.textview1.Buffer.Text = "\nGrid Proxy GUI\nGtk# Interface for Grid Proxy\n\nBased on Win Grid Proxy by\nJim Rad" + "ford \n\nWritten by\nLatif Khalifa \n\nCopy" + - "right (c) 2013\nOpen Metaverse Foundation\n"; + "right (c) 2015\nOpen Metaverse Foundation\n"; this.textview1.WidthRequest = 250; this.textview1.CanFocus = true; this.textview1.Name = "textview1";