Bump version to 1.0
This commit is contained in:
parent
844047d1e7
commit
d8db14500c
1 changed files with 3 additions and 3 deletions
|
|
@ -32,8 +32,8 @@
|
||||||
(in-package :cl-dates)
|
(in-package :cl-dates)
|
||||||
|
|
||||||
(defsystem :cl-dates
|
(defsystem :cl-dates
|
||||||
:version "0.9"
|
:version "1.0"
|
||||||
:description "Date-time library for Common Lisp"
|
:description "Date arithmetic library for Common Lisp"
|
||||||
:author "Sudhir Shenoy"
|
:author "Sudhir Shenoy"
|
||||||
:license "BSD"
|
:license "BSD"
|
||||||
:serial t
|
:serial t
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
(:file "bus-date-arith")))
|
(:file "bus-date-arith")))
|
||||||
|
|
||||||
(defsystem :cl-dates-test
|
(defsystem :cl-dates-test
|
||||||
:description "Date-time library tests"
|
:description "Date arithmetic library tests"
|
||||||
:author "Sudhir Shenoy"
|
:author "Sudhir Shenoy"
|
||||||
:license "BSD"
|
:license "BSD"
|
||||||
:depends-on (:cl-dates)
|
:depends-on (:cl-dates)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue