From 0f90da406a1a42768e8f60fa6b072e5ed3c4faa7 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 13 Jun 2009 22:07:03 +0400 Subject: [PATCH] Version bump --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2d96468..8c388db 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.4.tar.gz.

+

CL-SQLITE together with this documentation can be downloaded from http://common-lisp.net/project/cl-sqlite/releases/cl-sqlite-0.1.5.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.4.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.5.tar.gz. CL-SQLITE package has the following dependencies:


 

Acknowledgements

-- 2.11.4.GIT