diff options
author | lloyd <[email protected]> | 2006-12-08 17:01:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-08 17:01:08 +0000 |
commit | f4dc53a53647d419095e84930c521269850cea34 (patch) | |
tree | cd606c0d87c75edb1a3a88d23543d04d564452f1 /configure.pl | |
parent | da974556433c37fb629160d992228264244d3d82 (diff) |
Bump version to 1.5.13
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 563da5c88..e065bc42c 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 5; -my $PATCH_VERSION = 12; +my $PATCH_VERSION = 13; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |