From a2e63e0554ef20edec3d3c02480bbb0d0813d01a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 29 Jul 2025 11:48:15 -0400 Subject: [PATCH] Version bump. This is the first version I'm going to tentatively call stable. --- ttyverse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyverse.pl b/ttyverse.pl index daffed8..0f8a4e6 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -42,7 +42,7 @@ BEGIN { } $command_line = $0; $0 = "TTYverse"; - $TTYverse_VERSION = "2025.07.28"; + $TTYverse_VERSION = "2025.07.29"; # this is kludgy, yes. $LANG = $ENV{'LANG'} || $ENV{'GDM_LANG'} || $ENV{'LC_CTYPE'} || $ENV{'ALL'};