Bump version client 0.11.0

This commit is contained in:
Carla Iriberri
2016-09-01 17:42:57 +02:00
parent fc99f7aba9
commit a6d546f2ee
9 changed files with 580 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ OLD_VERSIONS = $(wildcard old_versions/*.sql)
# @see http://www.postgresql.org/docs/current/static/extend-pgxs.html
DATA = $(NEW_EXTENSION_ARTIFACT) \
$(OLD_VERSIONS) \
cdb_dataservices_client--0.10.1--0.10.2.sql \
cdb_dataservices_client--0.10.2--0.10.1.sql
cdb_dataservices_client--0.10.2--0.11.0.sql \
cdb_dataservices_client--0.11.0--0.10.2.sql
REGRESS = $(notdir $(basename $(wildcard test/sql/*test.sql)))