mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-11 08:30:42 +00:00
make release
This commit is contained in:
parent
465bcaa70d
commit
14dcbf5c7f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2023-01-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* GNUmakefile: bumped version to 1.9.0.
|
||||
|
||||
2022-06-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* SQLClient.h: Declare new (-committed) method.
|
||||
|
|
|
@ -25,7 +25,7 @@ GNUSTEP_MAKE_PARALLEL_BUILDING=no
|
|||
-include config.make
|
||||
|
||||
PACKAGE_NAME = SQLClient
|
||||
PACKAGE_VERSION = 1.8.4
|
||||
PACKAGE_VERSION = 1.9.0
|
||||
CVS_MODULE_NAME = gnustep/dev-libs/SQLClient
|
||||
CVS_TAG_NAME = SQLClient
|
||||
SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||
|
@ -38,7 +38,7 @@ TEST_TOOL_NAME=
|
|||
LIBRARY_NAME=SQLClient
|
||||
DOCUMENT_NAME=SQLClient
|
||||
|
||||
SQLClient_INTERFACE_VERSION=1.8
|
||||
SQLClient_INTERFACE_VERSION=1.9
|
||||
|
||||
SQLClient_OBJC_FILES = SQLClient.m SQLClientPool.m
|
||||
SQLClient_LIBRARIES_DEPEND_UPON = -lPerformance $(FND_LIBS) $(OBJC_LIBS)
|
||||
|
|
Loading…
Reference in a new issue