* 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
This commit is contained in:
Adam Fedor 2005-02-25 18:08:22 +00:00
parent fc01d7032f
commit 508af4e4c4
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2005-02-25 Adam Fedor <fedor@gnu.org>
* Version 1.1.0:
* GNUmakefile: Add version.
* README: Add ftp location.
Sat Feb 19 04:20:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
* Makefile: Build two versions of each bundle with different library

View file

@ -3,6 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
-include config.make
PACKAGE_NAME = SQLClient
PACKAGE_VERSION = 1.1.0
TEST_TOOL_NAME=

6
README
View file

@ -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 <https://savannah.gnu.org/cvs/?group=gnustep>
You need to check out gnustep/dev-libs/SQLClient
The SQLClient library is currently available at
<ftp://ftp.gnustep.org/pub/gnustep/libs>
or via CVS from the GNUstep CVS repository (See <https://savannah.gnu.org/cvs/?group=gnustep>. Check out gnustep/dev-libs/SQLClient).
To build this library you must have a basic GNUstep environment set up...