From dbccd083c9e552abad08902673fc898e002c7816 Mon Sep 17 00:00:00 2001 From: Paul Whittemore Date: Sat, 4 Mar 2017 02:01:17 -0400 Subject: [PATCH] Revert "Working on 0.9.33 in master now." This reverts commit 09f3951e0eed0eae073ef2a93c5eed001b346da1. --- OpenSim/Framework/Servers/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 67078218..ef505eeb 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs @@ -30,7 +30,7 @@ // Using a * for the third number means auto-fill with the # days since 2000. Good for us here. // That only leaves us with two in front, so we'll divide the first number by 10. // i.e. 9.18.R in the assembly is presented as 0.9.18.R -[assembly: AssemblyVersion("9.33.*")] +[assembly: AssemblyVersion("9.32.*")] // Do not provide AssemblyFileVersion and it will be kept in sync. namespace OpenSim