mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
Some checks failed
lint-tests / lint-all (push) Has been cancelled
linux-tests / tcl86-nolibtclenvmodules (push) Has been cancelled
linux-tests / tcl85-nolibtclenvmodules (push) Has been cancelled
linux-tests / tcl85-2 (push) Has been cancelled
linux-tests / tcl86 (push) Has been cancelled
linux-tests / tcl85 (push) Has been cancelled
linux-tests / tcl87 (push) Has been cancelled
linux-tests / tcl90 (push) Has been cancelled
windows-tests / native-cmd (push) Has been cancelled
windows-tests / native-pwsh (push) Has been cancelled
windows-tests / cygwin (push) Has been cancelled
windows-tests / msys (push) Has been cancelled
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
10 lines
307 B
PHP
10 lines
307 B
PHP
# Release definitions shared across the Makefiles of this project
|
|
# run make to generate version.inc
|
|
|
|
MODULES_RELEASE := 5.6.0
|
|
MODULES_BUILD_HASH := $Format:%h$
|
|
MODULES_BUILD_REFS := $Format:%D$
|
|
MODULES_BUILD_FDATE := $Format:%ci$
|
|
MODULES_BUILD := @MODULES_BUILD@
|
|
MODULES_BUILD_DATE := @MODULES_BUILD_DATE@
|