mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
update the version number in more places
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "compiler"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
author = "Andreas Rumpf"
|
||||
description = "Compiler package providing the compiler sources as a library."
|
||||
license = "MIT"
|
||||
@@ -8,4 +8,4 @@ license = "MIT"
|
||||
InstallDirs = "doc, compiler"
|
||||
|
||||
[Deps]
|
||||
Requires: "nim >= 0.12.0"
|
||||
Requires: "nim >= 0.13.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "stdlib"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Nim's standard library."
|
||||
license = "MIT"
|
||||
|
||||
0
tests/test_nimscript.nims
Executable file → Normal file
0
tests/test_nimscript.nims
Executable file → Normal file
Reference in New Issue
Block a user