Skip to content

Commit

Permalink
Release v0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed May 4, 2020
1 parent 1ce90a0 commit fbd72ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -6,7 +6,7 @@ user-visible changes while the day to day changes are in the git logs.
__ __/ _ \ | ___| ( _ )
\ \ / / | | ||___ \ / _ \ The LockDown release.
\ V /| |_| | ___) | (_) |
\_/ \___(_)____/ \___/ (not released yet)
\_/ \___(_)____/ \___/ (released 2020-05-04)

AsciiDoc:
* Accept numbered list items beginning with any number of dots
Expand Down
2 changes: 1 addition & 1 deletion lib/Locale/Po4a/TransTractor.pm
Expand Up @@ -11,7 +11,7 @@ use warnings;

use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
$VERSION = "0.58-alpha";
$VERSION = "0.58";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down

0 comments on commit fbd72ac

Please sign in to comment.