Skip to content

Commit

Permalink
Update version to 2011051900.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed May 20, 2011
1 parent 6eeab4f commit e389c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http.lisp
Expand Up @@ -350,7 +350,7 @@ information."
(encode (subseq string start limit))))))
;; FIXME: Be more configurable, and take/set the version from
;; somewhere else.
(format nil "quicklisp-client/2011040600 ~A/~A"
(format nil "quicklisp-client/2011051900 ~A/~A"
(encode (lisp-implementation-type))
(version-string (lisp-implementation-version)))))

Expand Down
2 changes: 1 addition & 1 deletion quicklisp.asd
Expand Up @@ -5,7 +5,7 @@
:author "Zach Beane <zach@quicklisp.org>"
:license "BSD-style"
:serial t
:version "2011040600"
:version "2011051900"
:components ((:file "package")
(:file "utils")
(:file "config")
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
2011040600
2011051900

0 comments on commit e389c6a

Please sign in to comment.