Merge branch '239-use-tcl-8-6-14' into 'master'

Resolve "Use Tcl 8.6.14"

Closes #239

See merge request Pmodules/src!213
This commit is contained in:
2024-03-20 21:14:31 +01:00
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog of Pmodules
## Version 1.1.18
### modulecmd
### build-system
### Toolchain
* update to Tcl 8.6.14 (Issue #239)
## Version 1.1.17
### build-system
+2 -2
View File
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
#
declare -rx VERSION='1.1.17'
declare -rx VERSION='1.1.18'
declare -rx BASH5_VERSION='5.2.21'
declare -rx TCL_VERSION='8.6.13'
declare -rx TCL_VERSION='8.6.14'
declare -rx TCLLIB_VERSION='1.21'
declare -rx MODULES_VERSION='3.2.10.2'
declare -rx LMOD_VERSION='8.7'