Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -0/+2 |
| | | | | replace anymore. | ||||
* | Change protocol version max to 0.6 | Melanie Thielker | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Flipped version to 0.9.0.0 | Diva Canto | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -2/+7 |
| | | | | work. Will eat your babies. Yada. Yada. | ||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Clean up of simulation version, the number that rules the compatibility of ↵ | Diva Canto | 2015-10-18 | 1 | -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 Thielker | 2015-09-14 | 1 | -1/+1 |
| | | | | Also, bump the interface version to 8 | ||||
* | Update version info to 0.8.2.0 | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | This cleans up versioning. Specifically: | Diva Canto | 2014-12-30 | 1 | -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. |