From d7f398fe684793f63a9b7c28296bc7112aeb0517 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 15 May 2013 23:13:28 -0400 Subject: [PATCH] Doc: announce 3.0.0. Test: not version-satisf'ying 2.0 anymore! --- doc/index.html | 3 ++- test/test-utilities.script | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index ad6ed3a9..5ead5481 100644 --- a/doc/index.html +++ b/doc/index.html @@ -32,7 +32,8 @@ <div class="contents"> <a id="ASDF 3"></a> <h3>ASDF 3</h3> - <p>ASDF 3, pre-released as 2.28 on February 1st 2013, + <p>ASDF 3, pre-released as 2.28 on February 1st 2013, and + released as 3.0.0 on May 15th 2013, is the current successor to Daniel Barlow's ASDF. It was rewritten for improved portability, robustness, usability, extensibility, configurability, internal consistency, diff --git a/test/test-utilities.script b/test/test-utilities.script index ab42ce0f..48ac448f 100644 --- a/test/test-utilities.script +++ b/test/test-utilities.script @@ -34,7 +34,11 @@ (assert (version-satisfies (asdf-version) (asdf-version))) (assert - (version-satisfies (asdf-version) "2.0")) + (version-satisfies (asdf-version) "3.0")) +(assert + (not (version-satisfies (asdf-version) "2.0"))) +(assert + (version<= "2.0" (asdf-version))) (assert (not (version-satisfies (asdf-version) "666"))) (assert-pathnames-equal -- GitLab