diff options
author | Melanie | 2010-06-15 01:52:37 +0100 |
---|---|---|
committer | Melanie | 2010-06-15 01:53:11 +0100 |
commit | 0031d4a6186dbcab38a9f7fd2113ff6a5de2923a (patch) | |
tree | 25d394b855be84ed9440d5f90fd7f099da3f5656 | |
parent | Merge branch 'master' into 0.7-post-fixes (diff) | |
download | opensim-SC_OLD-0031d4a6186dbcab38a9f7fd2113ff6a5de2923a.zip opensim-SC_OLD-0031d4a6186dbcab38a9f7fd2113ff6a5de2923a.tar.gz opensim-SC_OLD-0031d4a6186dbcab38a9f7fd2113ff6a5de2923a.tar.bz2 opensim-SC_OLD-0031d4a6186dbcab38a9f7fd2113ff6a5de2923a.tar.xz |
Readjust master version and flavor
Diffstat (limited to '')
-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 c27bc9a..100bf1f 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ 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.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |