gloebit / opensim-moneymodule-gloebit

OpenSim addon module integrating with the Gloebit digital currency service
GNU Lesser General Public License v3.0
8 stars 12 forks source link

Fix for 0.9.0-release of OpenSim LandPass as it pulled in 0.9.1-dev c… #64

Closed colosi closed 7 years ago

colosi commented 7 years ago

…hanges.

OpenSim core decided to pull all 0.9.1 modifications into 0.9.0 release as opposed to just bugfixes on features in the 0.9.0 release candidate. So, there is a release which now requires the new dll we haven't yet released. Additionally, the logic to apply the new flow to 0.9.1 and beyond is now wrong. So, I've adjusted this logic to use the VERSION_FLAVOUR. Unfortunately, this is not public, so this took some string parsing and comparison.