diff options
author | lloyd <[email protected]> | 2008-06-30 01:53:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-30 01:53:49 +0000 |
commit | a8fbc423a4384775763a1f7c69810e87ad488821 (patch) | |
tree | f3abcce93583a728a615974f0317171158467f44 /configure.pl | |
parent | b356a8da115446720f372a71d5a935d591f16a2f (diff) |
Bump version code to 1.7.8
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 862a47081..0c0de4929 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 7; +my $PATCH_VERSION = 8; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |