aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-09-10 22:01:10 +0100
committerJustin Clark-Casey (justincc)2010-09-10 22:01:10 +0100
commit913bf95c1cf8bb9dbe83b37c07f7a17bb7c6b8a4 (patch)
tree6d6594571e412f5ff778e36b07b44028d929a50e
parentRemove parenthesis around the release flavour to get the version string back ... (diff)
downloadopensim-SC-0.7.0.2-release.zip
opensim-SC-0.7.0.2-release.tar.gz
opensim-SC-0.7.0.2-release.tar.bz2
opensim-SC-0.7.0.2-release.tar.xz
Change version to 0.7.0.2 and flavour to Release0.7.0.2-release
-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 cdc5b9b..f9ff73c 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.0.1"; 32 private const string VERSION_NUMBER = "0.7.0.2";
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 {