Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
72add425
Commit
72add425
authored
Jun 24, 2010
by
Francois-Rene Rideau
Browse files
2.003: bless 2.105 as a new release.
parent
d2971032
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
72add425
...
...
@@ -70,7 +70,7 @@
(
eval-when
(
:load-toplevel
:compile-toplevel
:execute
)
(
let*
((
asdf-version
;; the 1+ helps the version bumping script discriminate
(
subseq
"VERSION:2.
105
"
(
1+
(
length
"VERSION"
))))
(
subseq
"VERSION:2.
003
"
(
1+
(
length
"VERSION"
))))
; NB: same as 2.105.
(
existing-asdf
(
find-package
:asdf
))
(
vername
'
#:*asdf-version*
)
(
versym
(
and
existing-asdf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment