From d8db14500ceae26bff6ac0b009516f8edfd05916 Mon Sep 17 00:00:00 2001 From: Sudhir Shenoy Date: Thu, 3 Aug 2017 22:56:27 +0900 Subject: [PATCH] Bump version to 1.0 --- cl-dates.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cl-dates.asd b/cl-dates.asd index e1f0688..670a470 100644 --- a/cl-dates.asd +++ b/cl-dates.asd @@ -32,8 +32,8 @@ (in-package :cl-dates) (defsystem :cl-dates - :version "0.9" - :description "Date-time library for Common Lisp" + :version "1.0" + :description "Date arithmetic library for Common Lisp" :author "Sudhir Shenoy" :license "BSD" :serial t @@ -49,7 +49,7 @@ (:file "bus-date-arith"))) (defsystem :cl-dates-test - :description "Date-time library tests" + :description "Date arithmetic library tests" :author "Sudhir Shenoy" :license "BSD" :depends-on (:cl-dates)