Skip to content

Commit

Permalink
Define the version of nim package without using system module (#21415)
Browse files Browse the repository at this point in the history
This is follow up from #21313
  • Loading branch information
yyoncho authored Mar 2, 2023
1 parent a137e50 commit 9b5ae2b
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 9b5ae2b

Please sign in to comment.