Make the version of rem2html track the version of Remind.

This commit is contained in:
Dianne Skoll
2024-02-04 21:23:57 -05:00
parent 7356138872
commit 69298c96a5
5 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ use Encode;
my %Options;
my $rem2html_version = '2.1';
my $rem2html_version = '@VERSION@';
my($days, $shades, $moons, $classes, $Month, $Year, $Numdays, $Firstwkday, $Mondayfirst, $weeks,
@Daynames, $Nextmon, $Nextlen, $Prevmon, $Prevlen);