diff options
author | Justin Clark-Casey (justincc) | 2010-08-09 21:14:06 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-09 21:14:06 +0100 |
commit | e971b1606f87b230ca1a26e5e3f06c5e3463b2e9 (patch) | |
tree | a80629bdb27c6d3e257c27acf0c427b3db79c34b /OpenSim | |
parent | Enabled GridInfoServiceInConnector for standalones. (diff) | |
download | opensim-SC_OLD-e971b1606f87b230ca1a26e5e3f06c5e3463b2e9.zip opensim-SC_OLD-e971b1606f87b230ca1a26e5e3f06c5e3463b2e9.tar.gz opensim-SC_OLD-e971b1606f87b230ca1a26e5e3f06c5e3463b2e9.tar.bz2 opensim-SC_OLD-e971b1606f87b230ca1a26e5e3f06c5e3463b2e9.tar.xz |
update version number and switch flavour to release
Diffstat (limited to 'OpenSim')
-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 4d23fbb..6854973 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.0.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |