From 0088ba044142b087d736bd84cc6ae992cae72a88 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 10 May 2009 23:04:56 +0400 Subject: [PATCH] Version bump --- index.html | 13 +++++++------ sqlite-tests.asd | 2 +- sqlite.asd | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 18a97ba..ade9a84 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@

This documentation describes only the CL-SQLITE package, not the SQLite database itself. SQLite documentation is available at http://sqlite.org/docs.html

-

CL-SQLITE together with this documentation can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.3.tar.gz.

+

CL-SQLITE together with this documentation can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.4.tar.gz.

CL-SQLITE source code is available in Git repository at http://repo.or.cz/w/cl-sqlite.git.

@@ -79,7 +79,7 @@
 

Installation

-

The package can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.3.tar.gz. CL-SQLITE package has the following dependencies:

+

The package can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.4.tar.gz. CL-SQLITE package has the following dependencies: