Skip to content

Commit

Permalink
remove non-number parts from versions
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Oct 31, 2016
1 parent d02553e commit 2f30276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usocket-server.asd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(defsystem #:usocket-server
:name "usocket (server)"
:author "Chun Tian (binghe)"
:version "0.8.0-dev"
:version "0.8.0"
:licence "MIT"
:description "Universal socket library for Common Lisp (server side)"
:depends-on (:usocket :portable-threads)
Expand Down

0 comments on commit 2f30276

Please sign in to comment.