diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-31 23:41:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-31 23:41:56 +0200 |
commit | 4f50886ba7a415ded18f5288bab5919aced86af7 (patch) | |
tree | 2f92c8d4a2e42ec8b53b31da4d7425fe80000837 /bin/db-wagenreihung | |
parent | 9cbf0881382baef851023add18989409d95b9ea5 (diff) |
initial release0.01
Diffstat (limited to 'bin/db-wagenreihung')
-rwxr-xr-x | bin/db-wagenreihung | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 59f6284..0e7d04a 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -4,7 +4,7 @@ use warnings; use 5.020; use utf8; -our $VERSION = '0.00'; +our $VERSION = '0.01'; use Getopt::Long; use List::Util qw(min); @@ -160,7 +160,7 @@ B<db-wagenreihung> I<station> I<train-number> =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION |