Skip to content

Commit 6ac251b

Browse files
committed
Updated version
1 parent 08fde07 commit 6ac251b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

OpenMetaverse/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("openmetaverse.org")]
1212
[assembly: AssemblyProduct("OpenMetaverse")]
13-
[assembly: AssemblyCopyright("Copyright © openmetaverse.org 2006-2014")]
13+
[assembly: AssemblyCopyright("Copyright © openmetaverse.co 2006-2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -25,7 +25,7 @@
2525
// You can specify all the values or you can default the Revision and Build Numbers
2626
// by using the '*' as shown below:
2727

28-
[assembly: AssemblyVersion("0.9.3.0")]
28+
[assembly: AssemblyVersion("0.9.3.3318")]
2929

3030
//
3131
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -55,4 +55,4 @@
5555
[assembly: AssemblyDelaySign(false)]
5656
[assembly: AssemblyKeyFile("")]
5757
[assembly: AssemblyKeyName("")]
58-
[assembly: AssemblyFileVersionAttribute("0.9.3.0")]
58+
[assembly: AssemblyFileVersionAttribute("0.9.3.3318")]

Programs/GridProxyGUI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
[assembly: AssemblyConfiguration ("")]
99
[assembly: AssemblyCompany("Open Metaverse Foundation")]
1010
[assembly: AssemblyProduct("Grid Proxy GUI")]
11-
[assembly: AssemblyCopyright("Latif Khalifa")]
11+
[assembly: AssemblyCopyright("(c) 2015 Latif Khalifa")]
1212
[assembly: AssemblyTrademark ("")]
1313
[assembly: AssemblyCulture ("")]
1414
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
1515
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
17-
[assembly: AssemblyVersion ("1.0.*")]
17+
[assembly: AssemblyVersion("0.9.3.3318")]
1818
// The following attributes are used to specify the signing key for the assembly,
1919
// if desired. See the Mono documentation for more information about signing.
2020
//[assembly: AssemblyDelaySign(false)]
2121
//[assembly: AssemblyKeyFile("")]
2222

23-
[assembly: AssemblyFileVersionAttribute("1.0")]
23+
[assembly: AssemblyFileVersionAttribute("0.9.3.3318")]

Programs/GridProxyGUI/gtk-gui/GridProxyGUI.About.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected virtual void Build ()
4848
this.textview1 = new global::Gtk.TextView ();
4949
this.textview1.Buffer.Text = "\nGrid Proxy GUI\nGtk# Interface for Grid Proxy\n\nBased on Win Grid Proxy by\nJim Rad" +
5050
"ford <jradford@npl.com>\n\nWritten by\nLatif Khalifa <latifer@streamgrid.net>\n\nCopy" +
51-
"right (c) 2013\nOpen Metaverse Foundation\n";
51+
"right (c) 2015\nOpen Metaverse Foundation\n";
5252
this.textview1.WidthRequest = 250;
5353
this.textview1.CanFocus = true;
5454
this.textview1.Name = "textview1";

0 commit comments

Comments
 (0)