Commit 56dc62d5 authored by Robert Goldman's avatar Robert Goldman
Browse files

Bump version to 3.3.3.5

parent 3ce4d9cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
  :licence "MIT"
  :description "Another System Definition Facility"
  :long-description "ASDF builds Common Lisp software organized into defined systems."
  :version "3.3.3.4" ;; to be automatically updated by make bump-version
  :version "3.3.3.5" ;; to be automatically updated by make bump-version
  :depends-on ()
  :components ((:module "build" :components ((:file "asdf"))))
  . #-asdf3 () #+asdf3
+2 −2
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@titlepage
@title ASDF: Another System Definition Facility
@subtitle Manual for Version 3.3.3.4
@subtitle Manual for Version 3.3.3.5
@c The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
@@ -82,7 +82,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@node Top, Introduction, (dir), (dir)
@top ASDF: Another System Definition Facility
@ifnottex
Manual for Version 3.3.3.4
Manual for Version 3.3.3.5
@end ifnottex


Compare fc2a2f5c to 3b849bc0
Original line number Diff line number Diff line
Subproject commit fc2a2f5c34147bb4e3e4a350b04220de0263710f
Subproject commit 3b849bc0116ea70f215ee6b2fbf354e862aaa9dd
Compare e1d14305 to e37cff6c
Original line number Diff line number Diff line
Subproject commit e1d1430524086709a7ea8e0eede6849aa29d6276
Subproject commit e37cff6c2c90ddc49a6cc74c14e1c24e5041a53d
+1 −1
Original line number Diff line number Diff line
;;; -*- mode: Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*-
;;; This is ASDF 3.3.3.4: Another System Definition Facility.
;;; This is ASDF 3.3.3.5: Another System Definition Facility.
;;;
;;; Feedback, bug reports, and patches are all welcome:
;;; please mail to <asdf-devel@common-lisp.net>.
Loading