diff options
Diffstat (limited to 'development/sbcl/sbcl.SlackBuild')
-rw-r--r-- | development/sbcl/sbcl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/sbcl/sbcl.SlackBuild b/development/sbcl/sbcl.SlackBuild index ac4e8d888c..51e937e4e7 100644 --- a/development/sbcl/sbcl.SlackBuild +++ b/development/sbcl/sbcl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sbcl -# Copyright 2006 - 2015 Paul Wisehart, <paul at oldcode dot org> +# Copyright 2006-2015 Paul Wisehart, <paul at oldcode dot org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Modified by Eugene M., <damagedone at gmx dot com> PRGNAM=sbcl -VERSION=${VERSION:-1.3.8} +VERSION=${VERSION:-1.3.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |