aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2011-04-01 15:04:53 +0200
committerGuenter Knauf <lists@gknw.net>2011-04-01 15:04:53 +0200
commitc37ad9e909aa700394d2d38797d3043f537f64e6 (patch)
tree79acfff8b4d7fd89b9a1fc868c36ac3415fc3fa2 /lib
parent5eda4bf726d4a79c9c5c6d263024f40cb016cd03 (diff)
Increased script version.
Diffstat (limited to 'lib')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
index 425286d22..b871a0b3a 100755
--- a/lib/mk-ca-bundle.pl
+++ b/lib/mk-ca-bundle.pl
@@ -40,7 +40,7 @@ my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/
# If the OpenSSL commandline is not in search path you can configure it here!
my $openssl = 'openssl';
-my $version = '1.14';
+my $version = '1.15';
getopts('bhilnqtuv');