From 953691d079299a849698f4a66e7e117090be6bf1 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 6 Aug 2025 19:36:20 -0400 Subject: [PATCH] version bump for next tag. --- ttyverse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyverse.pl b/ttyverse.pl index 8bb746e..cbdc14b 100755 --- a/ttyverse.pl +++ b/ttyverse.pl @@ -42,7 +42,7 @@ BEGIN { } $command_line = $0; $0 = "TTYverse"; - $TTYverse_VERSION = "2025.07.30"; + $TTYverse_VERSION = "2025.08.06"; # this is kludgy, yes. $LANG = $ENV{'LANG'} || $ENV{'GDM_LANG'} || $ENV{'LC_CTYPE'} || $ENV{'ALL'};