aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey2014-08-22 20:19:16 +0100
committerJustin Clark-Casey2014-08-22 20:19:16 +0100
commitf6d02a63eb6949e6191861fe87f25b2d48e0bcf8 (patch)
treea699aef2b5c90a886ca0e8bfd129003a5bb3fbcd /OpenSim
parentFixed crash when using Allowed/Denied Viewers, and the viewer's name is short... (diff)
downloadopensim-SC_OLD-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.zip
opensim-SC_OLD-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.gz
opensim-SC_OLD-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.bz2
opensim-SC_OLD-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.xz
Change 0.8 post fixes branch to version 0.8.0.1 with release flavour.0.8.0.1
Diffstat (limited to 'OpenSim')
-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 7bb385b..8a8cfd8 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.8"; 32 private const string VERSION_NUMBER = "0.8.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 {