diff options
author | Justin Clark-Casey | 2014-08-22 20:19:16 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-22 20:19:16 +0100 |
commit | f6d02a63eb6949e6191861fe87f25b2d48e0bcf8 (patch) | |
tree | a699aef2b5c90a886ca0e8bfd129003a5bb3fbcd | |
parent | Fixed crash when using Allowed/Denied Viewers, and the viewer's name is short... (diff) | |
download | opensim-SC-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.zip opensim-SC-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.gz opensim-SC-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.bz2 opensim-SC-f6d02a63eb6949e6191861fe87f25b2d48e0bcf8.tar.xz |
Change 0.8 post fixes branch to version 0.8.0.1 with release flavour.0.8.0.1
-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 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 | { |