Skip to content

Commit

Permalink
make release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jan 13, 2023
1 parent 465bcaa commit 14dcbf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-01-13 Richard Frith-Macdonald <[email protected]>

* GNUmakefile: bumped version to 1.9.0.

2022-06-08 Richard Frith-Macdonald <[email protected]>

* SQLClient.h: Declare new (-committed) method.
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 14dcbf5

Please sign in to comment.