From 10ed3a5520232e29f500937cf452a65a30a811b2 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey Date: Thu, 16 Oct 2014 20:22:43 +0100 Subject: Change 0.8 post fixes to 0.8.0.2 release --- OpenSim/Framework/Servers/VersionInfo.cs | 4 ++-- 1 file 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 { public class VersionInfo { - private const string VERSION_NUMBER = "0.8.0.1"; - private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; + private const string VERSION_NUMBER = "0.8.0.2"; + private const Flavour VERSION_FLAVOUR = Flavour.Release; public enum Flavour { -- cgit v1.1