From 508af4e4c4660bda9e18b61257f8b936d696cf2b Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Fri, 25 Feb 2005 18:08:22 +0000 Subject: [PATCH] * Version 1.1.0: * GNUmakefile: Add version. * README: Add ftp location. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20795 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ GNUmakefile | 1 + README | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6368472..044320d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-25 Adam Fedor + + * Version 1.1.0: + * GNUmakefile: Add version. + * README: Add ftp location. + Sat Feb 19 04:20:00 2004 Richard Frith-Macdonald * Makefile: Build two versions of each bundle with different library diff --git a/GNUmakefile b/GNUmakefile index c3be8c8..5ce7674 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,6 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make -include config.make PACKAGE_NAME = SQLClient +PACKAGE_VERSION = 1.1.0 TEST_TOOL_NAME= diff --git a/README b/README index e7cc472..236d20c 100644 --- a/README +++ b/README @@ -56,9 +56,9 @@ Current backend bundles are - Where can you get it? How can you install it? -The SQLClient library is currently only available via CVS from the GNUstep CVS repository. -See -You need to check out gnustep/dev-libs/SQLClient +The SQLClient library is currently available at + +or via CVS from the GNUstep CVS repository (See . Check out gnustep/dev-libs/SQLClient). To build this library you must have a basic GNUstep environment set up...