diff options
Diffstat (limited to 'Master/setuptl/TLPM/constants.pm')
-rw-r--r-- | Master/setuptl/TLPM/constants.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/setuptl/TLPM/constants.pm b/Master/setuptl/TLPM/constants.pm index 532f81ca13e..6359e84cb05 100644 --- a/Master/setuptl/TLPM/constants.pm +++ b/Master/setuptl/TLPM/constants.pm @@ -1,4 +1,4 @@ -# This file belongs to TLPM v2.14, TeX Live Package Manager +# This file belongs to TLPM v2.16, TeX Live Package Manager # Public Domain, P.Jackowski@gust.org.pl # widely used constants @@ -34,7 +34,7 @@ $parent_dir = &rel2abs('..',$curr_dir); # tlpm related constants -$tlpm_prompt = "tlpm>"; +$tlpm_prompt = "tlpm" . $tlpm_version . ">"; $tlpm_log = $chr_dirsep . "tlpm.log"; # log file $tlpm_dbg = $chr_dirsep . "tlpm.debug"; # debug file |