diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:24:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-22 15:24:37 +0100 |
commit | fa93b66e6322de44af80e479bf5d4fa95fb7c788 (patch) | |
tree | 51f0667cfb8709e8d8a8288f933f1ef86d125c14 /bin | |
parent | 30bed625383d4ecdc6c0073b654fe467bd1c66ed (diff) |
Release v0.010.01
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aseag-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 248478d..52cd946 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.00'; +our $VERSION = '0.01'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -184,7 +184,7 @@ B<aseag-m> [B<-abfprV>] [B<-l> I<lines>] [B<-s> I<timefmt> | B<-S> I<timefmt>] =head1 VERSION -version 0.00 +version 0.01 =head1 DESCRIPTION |