aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/VersionInfo.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* just remove the test insteadUbitUmarov2018-07-061-1/+1
|
* fix version string size testUbitUmarov2018-07-061-1/+1
|
* change version numbers back to 0.9.1.0UbitUmarov2018-01-201-3/+3
|
* change version to 0.9.1.1 so we can see it inworldUbitUmarov2018-01-131-2/+2
|
* Make VERSION_FLAVOUR public too, per request. I question the practice of ↵Diva Canto2017-08-171-1/+1
| | | | insulating modules against OS versions this way, but hey! -- different folks, different styles. Given that all other components of the version info are public, there's no reason for keeping this one different.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-6/+6
|
* Flip master to 0.9.1Diva Canto2016-10-241-2/+2
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-0/+2
| | | | replace anymore.
* Change protocol version max to 0.6Melanie Thielker2015-12-011-2/+2
|
* Flipped version to 0.9.0.0Diva Canto2015-11-231-1/+1
|
* 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.