123456789101112131415161718192021222324252627 |
- ##################################################################################################
- ## TLDR - versioning goes as following <major>.<minor>[type[revision]] ##
- ##################################################################################################
- ## Note versioning system is using sequence identifiers, thus major versions will have two or ##
- ### three digits with no letters and numbers after them. ##
- ## Development versions may have upto three digits with string and number after said string ##
- ### "a" - alpha, "b" - beta, "rc" - release candidate. ##
- ## Number after letter indicates minor bugfixing patch done to said major release, jumping of ##
- ### minor versions and bugfixing numbers is allowed if amount of patches ##
- ## is not big enough for major release (or minor release) but too big to be called single ##
- ### minor version (bugfix release). ##
- ## Release Candidate versions should be only assigned to stable BETA versions that have small ##
- ### amount of bugs and fully working features of project, same applies for going from ##
- #### alpha to beta. ##
- ##################################################################################################
- ## Please try to keep switching between release types without any actual changes ##
- ### (so say if 1.0a3 appears to be stable enough make empty commit that only ##
- #### changes this file string "lootgames.version=v1.0a3" to "lootgames.version=v1.0b1" ##
- ##################################################################################################
- ## For more info on versioning intended to be used please read up on https://goo.gl/UVs6VX ##
- ##################################################################################################
- minecraft.version=1.7.10
- forge.version=10.13.4.1614
- lootgames.version=v0.1a1
- ##################################################################################################
|