aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-12-16 11:23:50 +0000
committerlloyd <[email protected]>2006-12-16 11:23:50 +0000
commitac03897f61d5eb14a9f0a3cfb0f3200c0ce394c5 (patch)
tree8c73510d7d2e2b1f5749527b5f9712b303424097 /configure.pl
parent7493f28abbd50ea6707d54fd4ab0199c5ae72f33 (diff)
Update the version number in configure.pl to 1.6.0, update the readme
and changelog files. First checkin of the new stable branch.
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index e065bc42c..d7157d845 100755
--- a/configure.pl
+++ b/configure.pl
@@ -8,8 +8,8 @@ use File::Spec;
use File::Copy;
my $MAJOR_VERSION = 1;
-my $MINOR_VERSION = 5;
-my $PATCH_VERSION = 13;
+my $MINOR_VERSION = 6;
+my $PATCH_VERSION = 0;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";