development version is 0.11.1

This commit is contained in:
Araq
2015-05-02 23:52:24 +02:00
parent 0f35a997dd
commit c6605d3d50
3 changed files with 23 additions and 8 deletions

View File

@@ -1535,7 +1535,7 @@ const
NimMinor*: int = 11
## is the minor number of Nim's version.
NimPatch*: int = 0
NimPatch*: int = 1
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch