From 9d2dbca77254e7749afb2a7c396de3701ddfea70 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 30 Jul 2025 01:45:34 -0400 Subject: [PATCH] A few fixes hopefully even more stable now. /favorite may still not be working right. --- ttyverse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyverse.pl b/ttyverse.pl index 08a08e5..05c4f2a 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -42,7 +42,7 @@ BEGIN { } $command_line = $0; $0 = "TTYverse"; - $TTYverse_VERSION = "2025.07.29"; + $TTYverse_VERSION = "2025.07.30"; # this is kludgy, yes. $LANG = $ENV{'LANG'} || $ENV{'GDM_LANG'} || $ENV{'LC_CTYPE'} || $ENV{'ALL'};