Update of /project/cl-jpeg/cvsroot/cljl
In directory cl-net:/tmp/cvs-serv2323
Modified Files:
cl-jpeg.asd
Log Message:
1.026: version should be a string, not a float.
--- /project/cl-jpeg/cvsroot/cljl/cl-jpeg.asd 2011/03/14 22:49:00 1.4
+++ /project/cl-jpeg/cvsroot/cljl/cl-jpeg.asd 2011/04/22 22:51:17 1.5
@@ -2,7 +2,7 @@
(asdf:defsystem :cl-jpeg
:name "cl-jpeg"
- :version 1.025
+ :version "1.026"
:licence "BSD"
:components ((:file "jpeg")))