aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorlbsa712009-05-25 11:43:56 +0000
committerlbsa712009-05-25 11:43:56 +0000
commitba360ede8b876c5c1b99b4f172eb5d254a1c6f5a (patch)
treeb36df627f091bc7008f606e09faa46b44307c462 /OpenSim/Framework
parentRevert "From: Chris Yeoh <cyeoh@au1.ibm.com>" (diff)
downloadopensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.zip
opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.gz
opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.bz2
opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.xz
* Upped version number to 0.6.5
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/AssemblyInfo.cs4
-rw-r--r--OpenSim/Framework/Communications/Properties/AssemblyInfo.cs4
-rw-r--r--OpenSim/Framework/Console/AssemblyInfo.cs2
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
4 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Framework/AssemblyInfo.cs b/OpenSim/Framework/AssemblyInfo.cs
index 4317e0b..7ad5121 100644
--- a/OpenSim/Framework/AssemblyInfo.cs
+++ b/OpenSim/Framework/AssemblyInfo.cs
@@ -59,5 +59,5 @@ using System.Runtime.InteropServices;
59// Revision 59// Revision
60// 60//
61 61
62[assembly : AssemblyVersion("0.6.4.*")] 62[assembly : AssemblyVersion("0.6.5.*")]
63[assembly : AssemblyFileVersion("1.0.0.0")] \ No newline at end of file 63[assembly : AssemblyFileVersion("0.6.5.0")] \ No newline at end of file
diff --git a/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs b/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs
index 3754016..e2ee74a 100644
--- a/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs
+++ b/OpenSim/Framework/Communications/Properties/AssemblyInfo.cs
@@ -61,5 +61,5 @@ using System.Runtime.InteropServices;
61// You can specify all the values or you can default the Revision and Build Numbers 61// You can specify all the values or you can default the Revision and Build Numbers
62// by using the '*' as shown below: 62// by using the '*' as shown below:
63 63
64[assembly : AssemblyVersion("0.6.4.*")] 64[assembly : AssemblyVersion("0.6.5.*")]
65[assembly : AssemblyFileVersion("1.0.0.0")] 65[assembly : AssemblyFileVersion("0.6.5.0")]
diff --git a/OpenSim/Framework/Console/AssemblyInfo.cs b/OpenSim/Framework/Console/AssemblyInfo.cs
index 7cc75ce..e1dffd2 100644
--- a/OpenSim/Framework/Console/AssemblyInfo.cs
+++ b/OpenSim/Framework/Console/AssemblyInfo.cs
@@ -55,4 +55,4 @@ using System.Runtime.InteropServices;
55// You can specify all values by your own or you can build default build and revision 55// You can specify all values by your own or you can build default build and revision
56// numbers with the '*' character (the default): 56// numbers with the '*' character (the default):
57 57
58[assembly : AssemblyVersion("0.6.4.*")] 58[assembly : AssemblyVersion("0.6.5.*")]
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index bdf9354..7ed3b96 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -32,7 +32,7 @@ namespace OpenSim
32 /// <value> 32 /// <value>
33 /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version. 33 /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version.
34 /// </value> 34 /// </value>
35 public readonly static string Version = "OpenSimulator Server 0.6.4"; // stay with 27 chars (used in regioninfo) 35 public readonly static string Version = "OpenSimulator Server 0.6.5"; // stay with 27 chars (used in regioninfo)
36 36
37 /// <value> 37 /// <value>
38 /// This is the external interface version. It is separate from the OpenSimulator project version. 38 /// This is the external interface version. It is separate from the OpenSimulator project version.