From 149d2c4b546d6c011dcb00fffea3727a16de1524 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 8 Mar 2009 10:48:07 +0300 Subject: [PATCH] Version bump --- index.html | 8 ++++++++ sqlite.asd | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9562633..c691d64 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@
  • with-transaction
  • Support +
  • Changelog
  • Acknowledgements @@ -413,6 +414,13 @@ This package is written by Kalyanov D This project has a cl-sqlite-devel mailing list.
    +
     

    Changelog

    + + +
     

    Acknowledgements

    diff --git a/sqlite.asd b/sqlite.asd index 45cd893..3c72c22 100644 --- a/sqlite.asd +++ b/sqlite.asd @@ -1,7 +1,7 @@ (defsystem :sqlite :name "sqlite" :author "Kalyanov Dmitry " - :version "0.1" + :version "0.1.1" :license "Public Domain" :components ((:file "sqlite-ffi") (:file "cache") -- 2.11.4.GIT