diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-11-06 12:46:14 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-11-06 12:46:14 +0100 |
commit | 2f711c0724c85f526782545a5f4225ac996b4a5f (patch) | |
tree | 24eb0e9c5ecd18bd2c656599dc0b89d6a8d0d1cd /bin | |
parent | bda007995f057939b123e6705c912d37f49f1f9c (diff) |
Release v4.024.02
Diffstat (limited to 'bin')
-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 143b93c..0d8ff29 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '4.01'; +our $VERSION = '4.02'; 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.01 +version 4.02 =head1 DESCRIPTION |