aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2010-06-12 02:45:21 +0100
committerMelanie2010-06-12 02:45:21 +0100
commit85d2e215580609b270deb9d3f6e8d3b3a50e2b2f (patch)
tree63da2ba268a2413b84714b9328a08403ffb0ead8 /OpenSim
parent* Tweak the StopFlying() method in LLClientView to fabricate a suitable landi... (diff)
downloadopensim-SC_OLD-85d2e215580609b270deb9d3f6e8d3b3a50e2b2f.zip
opensim-SC_OLD-85d2e215580609b270deb9d3f6e8d3b3a50e2b2f.tar.gz
opensim-SC_OLD-85d2e215580609b270deb9d3f6e8d3b3a50e2b2f.tar.bz2
opensim-SC_OLD-85d2e215580609b270deb9d3f6e8d3b3a50e2b2f.tar.xz
Change trunk versio to 0.7.1 Dev
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 90b5f57..100bf1f 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,7 +29,7 @@ namespace OpenSim
29{ 29{
30 public class VersionInfo 30 public class VersionInfo
31 { 31 {
32 private const string VERSION_NUMBER = "0.7"; 32 private const string VERSION_NUMBER = "0.7.1";
33 private const Flavour VERSION_FLAVOUR = Flavour.Dev; 33 private const Flavour VERSION_FLAVOUR = Flavour.Dev;
34 34
35 public enum Flavour 35 public enum Flavour
@@ -71,4 +71,4 @@ namespace OpenSim
71 /// </value> 71 /// </value>
72 public readonly static int MajorInterfaceVersion = 6; 72 public readonly static int MajorInterfaceVersion = 6;
73 } 73 }
74} \ No newline at end of file 74}