On to 0.8.3!

Conflicts:
	OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
This commit is contained in:
Diva Canto
2015-10-18 21:47:10 -07:00
parent 839e239c99
commit 59b63b6406
44 changed files with 44 additions and 44 deletions

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.2.*")]
[assembly: AssemblyVersion("0.8.3.*")]

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.2.*")]
[assembly: AssemblyVersion("0.8.3.*")]

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.2.*")]
[assembly: AssemblyVersion("0.8.3.*")]

View File

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.2.*")]
[assembly: AssemblyVersion("0.8.3.*")]

View File

@@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
public const string VersionNumber = "0.8.2.0";
public const string VersionNumber = "0.8.3.0";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour