diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-30 22:14:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-30 22:14:49 +0100 |
commit | f6ed08a133487645fda472a3e0ade57e536c9f3e (patch) | |
tree | 1cbb1729efc3ea9f34f99f1f850c627cb6d166e1 /bin/hafas-m | |
parent | a5e8635aba5012d3cf9b56f82d5e96e9049ce133 (diff) |
Release v4.044.04
Diffstat (limited to 'bin/hafas-m')
-rwxr-xr-x | bin/hafas-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 7e2c670..1598de7 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '4.03'; +our $VERSION = '4.04'; use utf8; use DateTime; @@ -333,7 +333,7 @@ B<hafas-m> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 4.03 +version 4.04 =head1 DESCRIPTION |