update the version number in more places

This commit is contained in:
Araq
2016-06-07 00:54:49 +02:00
parent b2d02e5fd0
commit 6a53126671
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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
View File