1
0
Fork 0
4Creative-Changes/Patch/0001-change-version-info.patch

26 lines
813 B
Diff
Raw Permalink Normal View History

2021-01-24 00:42:16 +00:00
From d169b3ecaf28e9a8c422135214bef553671edc17 Mon Sep 17 00:00:00 2001
From: Chris <christopher@clatza.dev>
Date: Sun, 24 Jan 2021 01:41:16 +0100
2020-06-03 15:23:31 +00:00
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
2021-01-24 00:42:16 +00:00
index dee4fe2caa..fc76cd8317 100644
2020-06-03 15:23:31 +00:00
--- a/OpenSim/Framework/VersionInfo.cs
+++ b/OpenSim/Framework/VersionInfo.cs
2021-01-24 00:42:16 +00:00
@@ -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";
2020-06-03 15:23:31 +00:00
2021-01-24 00:42:16 +00:00
public const Flavour VERSION_FLAVOUR = Flavour.Dev;
2020-06-03 15:23:31 +00:00
--
2021-01-24 00:42:16 +00:00
2.29.2.windows.3
2020-06-03 15:23:31 +00:00