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
ced486fc
Commit
ced486fc
authored
Oct 28, 2010
by
Francois-Rene Rideau
Browse files
2.010: promote 2.146 as release (merge it with 2.009)
parents
d621bd51
b795e50b
Changes
2
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
ced486fc
...
...
@@ -71,7 +71,7 @@
(
eval-when
(
:load-toplevel
:compile-toplevel
:execute
)
(
defvar
*asdf-version*
nil
)
(
defvar
*upgraded-p*
nil
)
(
let*
((
asdf-version
"2.
146
"
)
;;
bump this version when you modify this file.
(
let*
((
asdf-version
"2.
010
"
)
;;
same as 2.146
(
existing-asdf
(
fboundp
'find-system
))
(
existing-version
*asdf-version*
)
(
already-there
(
equal
asdf-version
existing-version
)))
...
...
debian/changelog
View file @
ced486fc
cl-asdf (2:2.010-1) unstable; urgency=low
* same as 2.146
-- Francois-Rene Rideau <fare@tunes.org> Thu, 28 Oct 2010 15:58:36 -0700
cl-asdf (2:2.009-1) unstable; urgency=low
* new upstream release 2.009, identical to 2.134 from master.
-- Francois-Rene Rideau <fare@tunes.org> Wed, 06 Oct 2010 13:26:36 -0400
cl-asdf (2:2.008-1) unstable; urgency=low
* new upstream: removes unwanted exports,
...
...
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