Tag: oo_pqsdbc_01 User: jbu Date: 2007-08-28 21:22:25+0000 Modified: dba/connectivity/source/drivers/postgresql/makefile.mk
Log: release 0.7.5 File Changes: Directory: /dba/connectivity/source/drivers/postgresql/ ======================================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/postgresql/makefile.mk?r1=1.1.2.12&r2=1.1.2.13 Delta lines: +3 -3 ------------------- --- makefile.mk 2007-08-26 20:40:40+0000 1.1.2.12 +++ makefile.mk 2007-08-28 21:22:23+0000 1.1.2.13 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.2.12 $ +# $Revision: 1.1.2.13 $ # -# last change: $Author: jbu $ $Date: 2007/08/26 20:40:40 $ +# last change: $Author: jbu $ $Date: 2007/08/28 21:22:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,7 @@ PQ_SDBC_MAJOR=0 PQ_SDBC_MINOR=7 -PQ_SDBC_MICRO=4 +PQ_SDBC_MICRO=5 .IF "$(SYSTEM_POSTGRESQL)" == "YES" POSTGRESQL_MAJOR=`pg_config --version | awk '{ print $$2 }' | cut -d. -f1` POSTGRESQL_MINOR=`pg_config --version | awk '{ print $$2 }' | cut -d. -f2` --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
