mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
Define the version of nim package without using system module (#21415)
This is follow up from https://github.com/nim-lang/Nim/pull/21313
(cherry picked from commit 9b5ae2b2eb)
This commit is contained in:
committed by
narimiran
parent
5c36f24da2
commit
cdbcada3d7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user