[Libreoffice-commits] .: connectivity/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Sun Dec 4 15:10:41 PST 2011


 connectivity/source/drivers/postgresql/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 402db3dceb02134860cf42af791523e7703c34dd
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Mon Dec 5 00:09:50 2011 +0100

    PostgreSQL-SDBC: increment version number

diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk
index 615b26b..aa168b0 100644
--- a/connectivity/source/drivers/postgresql/makefile.mk
+++ b/connectivity/source/drivers/postgresql/makefile.mk
@@ -74,7 +74,7 @@ DLLPRE=
 
 PQ_SDBC_MAJOR=0
 PQ_SDBC_MINOR=8
-PQ_SDBC_MICRO=1
+PQ_SDBC_MICRO=2
 PQ_SDBC_VERSION=$(PQ_SDBC_MAJOR).$(PQ_SDBC_MINOR).$(PQ_SDBC_MICRO)
 
 CFLAGS+=$(POSTGRESQL_INC) \


More information about the Libreoffice-commits mailing list