26 lines
813 B
Diff
26 lines
813 B
Diff
From d169b3ecaf28e9a8c422135214bef553671edc17 Mon Sep 17 00:00:00 2001
|
|
From: Chris <christopher@clatza.dev>
|
|
Date: Sun, 24 Jan 2021 01:41:16 +0100
|
|
Subject: [PATCH] change version info
|
|
|
|
---
|
|
OpenSim/Framework/VersionInfo.cs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs
|
|
index dee4fe2caa..fc76cd8317 100644
|
|
--- a/OpenSim/Framework/VersionInfo.cs
|
|
+++ b/OpenSim/Framework/VersionInfo.cs
|
|
@@ -29,7 +29,7 @@ namespace OpenSim
|
|
{
|
|
public class VersionInfo
|
|
{
|
|
- public const string VersionNumber = "0.9.2.0";
|
|
+ public const string VersionNumber = "0.9.2.0-028";
|
|
public const string AssemblyVersionNumber = "0.9.2.0";
|
|
|
|
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
|
|
--
|
|
2.29.2.windows.3
|
|
|