From 972f5175a8a21e9d3667fdf2ee1a771ec89da6eb Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 24 Jan 2014 18:29:31 +0000 Subject: [PATCH] Change version to 0.7.6.1 and type to 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 4eb247f116..a6ede39507 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.7.6"; - private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; + private const string VERSION_NUMBER = "0.7.6.1"; + private const Flavour VERSION_FLAVOUR = Flavour.Release; public enum Flavour {