Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv23626
Modified Files: NEWS mcclim.asd Log Message: Update the version numbers to 0.9.7-dev. Tree is unfrozen now.
--- /project/mcclim/cvsroot/mcclim/NEWS 2008/04/21 06:13:26 1.36 +++ /project/mcclim/cvsroot/mcclim/NEWS 2008/04/23 12:05:28 1.37 @@ -1,3 +1,6 @@ +* Changes in mcclim-0.9.7 relative to 0.9.6: + + * Changes in mcclim-0.9.6 relative to 0.9.5: ** Bug fix: ESA's help commands are better at finding bindings and describing them --- /project/mcclim/cvsroot/mcclim/mcclim.asd 2008/04/23 11:36:05 1.79 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2008/04/23 12:05:30 1.80 @@ -549,7 +549,7 @@ ;;; The actual McCLIM system that people should to use in their ASDF ;;; package dependency lists. (defsystem :mcclim - :version "0.9.6" + :version "0.9.7-dev" :depends-on (:clim-looks))
(defmethod perform :after ((op load-op) (c (eql (find-system :clim))))