[oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. bcb0aded33f57a2ea901fdcc43fdfd88e8dff17b

Raymond Toy rtoy at common-lisp.net
Tue Nov 26 19:55:06 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OCT:  A portable Lisp implementation for quad-double precision floats".

The branch, master has been updated
       via  bcb0aded33f57a2ea901fdcc43fdfd88e8dff17b (commit)
      from  0a607f3a6a6297597ae2a6c9896844803d42a6d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bcb0aded33f57a2ea901fdcc43fdfd88e8dff17b
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Tue Nov 26 11:54:59 2013 -0800

    Update the versions.

diff --git a/oct.asd b/oct.asd
index 1611fa8..aa430ae 100644
--- a/oct.asd
+++ b/oct.asd
@@ -36,7 +36,7 @@
   :author "Raymond Toy"
   :maintainer "See <http://www.common-lisp.net/project/oct>"
   :licence "MIT"
-  :version "2013.11.24"			; Just use the date
+  :version "2013.11.26"			; Just use the date
   :components
   ((:file "qd-package")
    (:file "qd-rep" :depends-on ("qd-package"))
@@ -76,7 +76,7 @@
 
 (asdf:defsystem oct-tests
   :depends-on (oct)
-  :version "2011.12.05"			; Just use the date
+  :version "2013.11.26"			; Just use the date
   :in-order-to ((compile-op (load-op :rt))
 		(test-op (load-op :rt :oct)))
   :components

-----------------------------------------------------------------------

Summary of changes:
 oct.asd |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
OCT:  A portable Lisp implementation for quad-double precision floats



More information about the oct-cvs mailing list