summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-31 11:32:47 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-10-31 11:32:47 +0100
commit0dfa9cfe9f1a607b14f99897239d7ce2f8698b91 (patch)
treedaf2c9121c760bd304b148b56ff9262330cc3fe0 /bin
parent2243e74e8785308b2a7ef7e5cfc75c50685a9c26 (diff)
release v1.0 \o/1.001.0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/aseag-m6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index 947db81..695f96e 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -5,7 +5,7 @@ use 5.010;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.05';
+our $VERSION = '1.00';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -182,7 +182,7 @@ sub show_results {
@route = (
show_route( $dt_now, $dt_format, $d->route_pre ),
[ ' - - - -', q{}, q{}, q{} ],
- show_route( $dt_now, $dt_format, $d->route_post )
+ show_route( $dt_now, $dt_format, $d->route_post ),
);
}
elsif ( $edata{route_after} ) {
@@ -247,7 +247,7 @@ B<aseag-m> [B<-pV>] [B<-l> I<lines>] [B<-o> I<outputtypes>]
=head1 VERSION
-version 0.05
+version 1.00
=head1 DESCRIPTION