Skip to content

Commit 14dcbf5

Browse files
committed
make release
1 parent 465bcaa commit 14dcbf5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-01-13 Richard Frith-Macdonald <[email protected]>
2+
3+
* GNUmakefile: bumped version to 1.9.0.
4+
15
2022-06-08 Richard Frith-Macdonald <[email protected]>
26

37
* SQLClient.h: Declare new (-committed) method.

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GNUSTEP_MAKE_PARALLEL_BUILDING=no
2525
-include config.make
2626

2727
PACKAGE_NAME = SQLClient
28-
PACKAGE_VERSION = 1.8.4
28+
PACKAGE_VERSION = 1.9.0
2929
CVS_MODULE_NAME = gnustep/dev-libs/SQLClient
3030
CVS_TAG_NAME = SQLClient
3131
SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs
@@ -38,7 +38,7 @@ TEST_TOOL_NAME=
3838
LIBRARY_NAME=SQLClient
3939
DOCUMENT_NAME=SQLClient
4040

41-
SQLClient_INTERFACE_VERSION=1.8
41+
SQLClient_INTERFACE_VERSION=1.9
4242

4343
SQLClient_OBJC_FILES = SQLClient.m SQLClientPool.m
4444
SQLClient_LIBRARIES_DEPEND_UPON = -lPerformance $(FND_LIBS) $(OBJC_LIBS)

0 commit comments

Comments
 (0)