- Faré snuerr@tznvy.pbz [2011-03-30 16:23:32 +0000]:
On 30 March 2011 14:50, Sam Steingold sds@gnu.org wrote:
- Faré snuerr-Er5WDRrDdr8NikgvhZjk3j@choyvp.tznar.bet [2011-03-28 14:08:18 +0000]:
I just blessed ASDF 2.013.7 as 2.014.
why is http://common-lisp.net/project/asdf/asdf.lisp still "2.013"?
Because my release process (or lack thereof) sucks.
a `release' target in the developer makefile helps.
Fixed for now.
nope.
$ grep 013 modules/asdf/asdf.lisp (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSION) "2.013")." $ grep 014 modules/asdf/asdf.lisp ;;; This is ASDF 2.014: Another System Definition Facility. (asdf-version "2.014") ;; Will be removed in a future release, e.g. 2.014. $
1. why can I see 013 there? 2. why wasn't whatever was it to be removed, removed?