diff options
author | Justin Clark-Casey (justincc) | 2010-03-26 18:56:05 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-26 18:56:05 +0000 |
commit | 4565e5dfbccace2698b262c2b73a12b789c4853b (patch) | |
tree | f3c54d85b4887c635a6435eef770ff7d44bc34c0 | |
parent | Fixed a backwards null check that was preventing estate owner from being set ... (diff) | |
download | opensim-SC_OLD-4565e5dfbccace2698b262c2b73a12b789c4853b.zip opensim-SC_OLD-4565e5dfbccace2698b262c2b73a12b789c4853b.tar.gz opensim-SC_OLD-4565e5dfbccace2698b262c2b73a12b789c4853b.tar.bz2 opensim-SC_OLD-4565e5dfbccace2698b262c2b73a12b789c4853b.tar.xz |
change trunk version to 0.7.Dev
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index ec94b2d..90b5f57 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.6.9"; | 32 | private const string VERSION_NUMBER = "0.7"; |
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 | } | 74 | } \ No newline at end of file |