diff options
author | Justin Clark-Casey | 2014-10-16 20:22:43 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-10-16 20:22:43 +0100 |
commit | 10ed3a5520232e29f500937cf452a65a30a811b2 (patch) | |
tree | f120dfdd2110d05cbb1264716db5b5320bd43c8e | |
parent | Add some more llGiveInventory() regression tests (diff) | |
download | opensim-SC-0.8.0.2.zip opensim-SC-0.8.0.2.tar.gz opensim-SC-0.8.0.2.tar.bz2 opensim-SC-0.8.0.2.tar.xz |
Change 0.8 post fixes to 0.8.0.2 release0.8.0.2
-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 f6b99dc..c6cc6dd 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.0.1"; | 32 | private const string VERSION_NUMBER = "0.8.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 | { |