mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-30 03:09:40 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user