diff --git a/ChangeLog b/ChangeLog index 76e1643..63b2689 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-23 Richard Frith-Macdonald + + * SQLClient.m: transaction efficiency tweak. + * GNUmakefile: bump version to 1.3 as the new blob marker changes and + postgres quoting changes alter behavior. + 2005-06-04 Richard Frith-Macdonald * SQLClient.m: avoid useless compiler warnings. diff --git a/GNUmakefile b/GNUmakefile index 4e91212..657c45b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make -include config.make PACKAGE_NAME = SQLClient -PACKAGE_VERSION = 1.2.0 +PACKAGE_VERSION = 1.3.0 CVS_MODULE_NAME = gnustep/dev-libs/SQLClient CVS_TAG_NAME = SQLClient SVN_BASE_URL=http://svn.gna.org/svn/gnustep/libs @@ -14,7 +14,7 @@ TEST_TOOL_NAME= LIBRARY_NAME=SQLClient DOCUMENT_NAME=SQLClient -SQLClient_INTERFACE_VERSION=1.2 +SQLClient_INTERFACE_VERSION=1.3 SQLClient_OBJC_FILES = SQLClient.m SQLClient_LIBRARIES_DEPEND_UPON = -lPerformance