From 2a409645de55c46ff0e3f782a661da4f4f776bc6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 28 Jul 2025 13:12:44 -0400 Subject: [PATCH] New version tagged. --- ttyverse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyverse.pl b/ttyverse.pl index d11a9f2..151a39f 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -39,7 +39,7 @@ BEGIN { } $command_line = $0; $0 = "TTYverse"; - $TTYverse_VERSION = "2025.07.25"; + $TTYverse_VERSION = "2025.07.28"; # this is kludgy, yes. $LANG = $ENV{'LANG'} || $ENV{'GDM_LANG'} || $ENV{'LC_CTYPE'} || $ENV{'ALL'};