diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-08-02 21:34:28 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-17 21:15:17 +0100 |
commit | 7696087a2106ab17afd279b31105bb112dc2c501 (patch) | |
tree | 05e221c0dd5f2b1fde9265b961688bec81502353 | |
parent | 81c46804838a824d5ce1dafe8f8b854a48e9dffb (diff) |
postgresql: bump version to 0.7.7
-rw-r--r-- | connectivity/source/drivers/postgresql/description.xml | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/postgresql/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/description.xml b/connectivity/source/drivers/postgresql/description.xml index 3056c848fac9..49ee70ed583c 100644 --- a/connectivity/source/drivers/postgresql/description.xml +++ b/connectivity/source/drivers/postgresql/description.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <description xmlns="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dep="http://openoffice.org/extensions/description/2006"> - <version value="0.7.6b" /> + <version value="0.7.7" /> <identifier value="postgresql-sdbc" /> <display-name> <name lang="en-US">Postgresql-SDBC Driver</name> diff --git a/connectivity/source/drivers/postgresql/makefile.mk b/connectivity/source/drivers/postgresql/makefile.mk index ad9ab0ac55ca..de47eedf297f 100644 --- a/connectivity/source/drivers/postgresql/makefile.mk +++ b/connectivity/source/drivers/postgresql/makefile.mk @@ -81,7 +81,7 @@ DLLPRE= PQ_SDBC_MAJOR=0 PQ_SDBC_MINOR=7 -PQ_SDBC_MICRO=6b +PQ_SDBC_MICRO=7 .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` |