summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 45a4eac98e6..efc9c357c74 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -290,6 +290,9 @@ initialize_installer();
setup_programs("$::installerdir/tlpkg/installer", "$::_platform_");
load_tlpdb();
+info("Installer revision: $::installerrevision\n");
+info("Database revision: " . $tlpdb->config_revision . "\n");
+
# correctly set the splitting support
# for DVD we always support splitting
if ((media() eq "NET") || (media() eq "CD")) {