File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
5555[ assembly: AssemblyDelaySign ( false ) ]
5656[ assembly: AssemblyKeyFile ( "" ) ]
5757[ assembly: AssemblyKeyName ( "" ) ]
58- [ assembly: AssemblyFileVersionAttribute ( "0.9.3.0 " ) ]
58+ [ assembly: AssemblyFileVersionAttribute ( "0.9.3.3318 " ) ]
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ protected virtual void Build ()
4848 this . textview1 = new global ::Gtk . TextView ( ) ;
4949 this . textview1 . Buffer . Text = "\n Grid Proxy GUI\n Gtk# Interface for Grid Proxy\n \n Based on Win Grid Proxy by\n Jim Rad" +
5050 "ford <jradford@npl.com>\n \n Written by\n Latif Khalifa <latifer@streamgrid.net>\n \n Copy" +
51- "right (c) 2013 \n Open Metaverse Foundation\n " ;
51+ "right (c) 2015 \n Open Metaverse Foundation\n " ;
5252 this . textview1 . WidthRequest = 250 ;
5353 this . textview1 . CanFocus = true ;
5454 this . textview1 . Name = "textview1" ;
You can’t perform that action at this time.
0 commit comments