mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Typo: SemVer
This commit is contained in:
		
							parent
							
								
									b892851d7c
								
							
						
					
					
						commit
						c798ac472e
					
				| @ -2156,7 +2156,7 @@ Features: | ||||
|  * Internal: Inline assembly usable by the code generator. | ||||
|  * Commandline interface: Using ``-`` as filename allows reading from stdin. | ||||
|  * Interface JSON: Fallback function is now part of the ABI. | ||||
|  * Interface: Version string now *semver* compatible. | ||||
|  * Interface: Version string now *SemVer* compatible. | ||||
|  * Code generator: Do not provide "new account gas" if we know the called account exists. | ||||
| 
 | ||||
| Bugfixes: | ||||
|  | ||||
| @ -537,8 +537,8 @@ The Solidity version string contains four parts: | ||||
| 
 | ||||
| If there are local modifications, the commit will be postfixed with ``.mod``. | ||||
| 
 | ||||
| These parts are combined as required by Semver, where the Solidity pre-release tag equals to the Semver pre-release | ||||
| and the Solidity commit and platform combined make up the Semver build metadata. | ||||
| These parts are combined as required by SemVer, where the Solidity pre-release tag equals to the SemVer pre-release | ||||
| and the Solidity commit and platform combined make up the SemVer build metadata. | ||||
| 
 | ||||
| A release example: ``0.4.8+commit.60cc1668.Emscripten.clang``. | ||||
| 
 | ||||
| @ -549,7 +549,7 @@ Important Information About Versioning | ||||
| 
 | ||||
| After a release is made, the patch version level is bumped, because we assume that only | ||||
| patch level changes follow. When changes are merged, the version should be bumped according | ||||
| to semver and the severity of the change. Finally, a release is always made with the version | ||||
| to SemVer and the severity of the change. Finally, a release is always made with the version | ||||
| of the current nightly build, but without the ``prerelease`` specifier. | ||||
| 
 | ||||
| Example: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user