Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Oct 2, 2009
1 parent 37ce75b commit f013fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
1.0214: Fri Oct 02 2009
- the -q option was borked, fixed

1.0213: Mon Jul 20 2009
- I made the makefile smarter about svn permissions to avoid
test problems
Expand Down
2 changes: 1 addition & 1 deletion SVNReplay.pm
Expand Up @@ -13,7 +13,7 @@ use IPC::System::Simple qw(systemx capturex);
use Date::Parse; # dates in (Date::Manip will not handle git/date-R time...)
use POSIX; # dates out

our $VERSION = '1.0213';
our $VERSION = '1.0214';

our %DEFAULTS = (
db_file => "replay.rdb",
Expand Down
2 changes: 1 addition & 1 deletion git-svn-replay
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = '1.0213';
our $VERSION = '1.0214';

use Git::SVNReplay;
use Getopt::Long;
Expand Down

0 comments on commit f013fed

Please sign in to comment.