[usocket-cvs] r320 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Thu Feb 21 20:29:19 UTC 2008


Author: ehuelsmann
Date: Thu Feb 21 15:29:19 2008
New Revision: 320

Modified:
   usocket/trunk/usocket.asd
Log:
Update version identifier, as 0.4.x has branched now, we're working toward 0.5.0.

Modified: usocket/trunk/usocket.asd
==============================================================================
--- usocket/trunk/usocket.asd	(original)
+++ usocket/trunk/usocket.asd	Thu Feb 21 15:29:19 2008
@@ -14,7 +14,7 @@
 (defsystem usocket
     :name "usocket"
     :author "Erik Enge & Erik Huelsmann"
-    :version "0.4.0-dev"
+    :version "0.5.0-dev"
     :licence "MIT"
     :description "Universal socket library for Common Lisp"
     :depends-on (:split-sequence



More information about the usocket-cvs mailing list