aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-09 21:16:27 +0100
committerJustin Clark-Casey (justincc)2010-08-09 21:16:27 +0100
commit105a51e3dddbe664758aceb34e3028aeec0981ca (patch)
tree375720af04456211855244d1e874c7b4e4be71ff
parentupdate version number and switch flavour to release (diff)
downloadopensim-SC_OLD-0.7.0.1-release.zip
opensim-SC_OLD-0.7.0.1-release.tar.gz
opensim-SC_OLD-0.7.0.1-release.tar.bz2
opensim-SC_OLD-0.7.0.1-release.tar.xz
put in missing ; from last commit0.7.0.1-release
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 6854973..c68540e 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -30,7 +30,7 @@ namespace OpenSim
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.1";
33 private const Flavour VERSION_FLAVOUR = Flavour.Release 33 private const Flavour VERSION_FLAVOUR = Flavour.Release;
34 34
35 public enum Flavour 35 public enum Flavour
36 { 36 {