Skip to content

Commit

Permalink
Removed release candidate suffix from VERSION as breaks parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn05r authored and EPrints Services committed Mar 20, 2021
1 parent d8f4268 commit 5c618e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl_lib/EPrints.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ use Carp;

use strict;

our $VERSION = v3.4.3-rc1;
our $VERSION = v3.4.3;
$conf->{version} = "EPrints ".EPrints->human_version;
$conf->{versionid} = "eprints-".EPrints->human_version;

Expand Down

0 comments on commit 5c618e3

Please sign in to comment.