Skip to content

Commit

Permalink
Prep for v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Oct 27, 2015
1 parent b186493 commit 30cc353
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 348 deletions.
4 changes: 2 additions & 2 deletions lib/system.nim
Expand Up @@ -1808,10 +1808,10 @@ const
NimMajor*: int = 0
## is the major number of Nim's version.

NimMinor*: int = 11
NimMinor*: int = 12
## is the minor number of Nim's version.

NimPatch*: int = 3
NimPatch*: int = 0
## is the patch number of Nim's version.

NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch
Expand Down

0 comments on commit 30cc353

Please sign in to comment.