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
abcl
abcl
Commits
c95845fb
Commit
c95845fb
authored
Aug 24, 2021
by
Mark
Browse files
asdf: mark version as asdf-3.3.5.0.3
parent
40b7537f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/asdf.lisp
View file @
c95845fb
;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; Package: CL-USER ; buffer-read-only: t; -*-
;;; This is ASDF 3.3.5: Another System Definition Facility.
;;; This is ASDF 3.3.5
.0.3
: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
...
...
@@ -1807,7 +1807,7 @@ form suitable for testing with #+."
(in-package :uiop/version)
(with-upgradability ()
(defparameter *uiop-version* "3.3.5")
(defparameter *uiop-version* "3.3.5
.0.3
")
(defun unparse-version (version-list)
"From a parsed version (a list of natural numbers), compute the version string"
...
...
@@ -7823,7 +7823,7 @@ previously-loaded version of ASDF."
;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5.
;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5
;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67
(asdf-version "3.3.5")
(asdf-version "3.3.5
.0.3
")
(existing-version (asdf-version)))
(setf *asdf-version* asdf-version)
(when (and existing-version (not (equal asdf-version existing-version)))
...
...
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