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