Skip to content

Commit

Permalink
Define the version of nim package without using system module (nim-la…
Browse files Browse the repository at this point in the history
…ng#21415)

This is follow up from nim-lang#21313
  • Loading branch information
yyoncho authored and capocasa committed Mar 31, 2023
1 parent b50299a commit 1f831ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nim.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version = system.NimVersion
include "lib/system/compilation.nim"
version = $NimMajor & "." & $NimMinor & "." & $NimPatch
author = "Andreas Rumpf"
description = "Compiler package providing the compiler sources as a library."
license = "MIT"
Expand Down

0 comments on commit 1f831ff

Please sign in to comment.