aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/VersionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-2/+7
| | | | work. Will eat your babies. Yada. Yada.
* On to 0.8.3!Diva Canto2015-10-181-1/+1
|
* Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2015-10-181-10/+19
| | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
* Make regions tolerant to newer regions with more werables.Melanie Thielker2015-09-141-1/+1
| | | | Also, bump the interface version to 8
* Update version info to 0.8.2.0Justin Clark-Casey (justincc)2015-03-161-1/+1
|
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
|
* This cleans up versioning. Specifically:Diva Canto2014-12-301-0/+76
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency.