From: Sebastian Harl Date: Mon, 12 Nov 2012 21:17:43 +0000 (+0100) Subject: Removed patch version from the extension's version. X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=4f4c679822eb9a142a05bed5cefca4b29bb5da24 Removed patch version from the extension's version. Features won't change between patch versions but only between minor versions. --- diff --git a/src/Makefile.pgxs.in b/src/Makefile.pgxs.in index a91f7bd..0c8094b 100644 --- a/src/Makefile.pgxs.in +++ b/src/Makefile.pgxs.in @@ -34,7 +34,7 @@ PG_OBJS=base.o \ EXTENSION=postrr DATA=postrr_comments.sql uninstall_postrr.sql -DATA_built=postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@.sql +DATA_built=postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.sql # objects to be build by PGXS OBJS=$(PG_OBJS) @@ -44,6 +44,6 @@ PG_CONFIG=@PG_CONFIG@ PGXS=@PGXS@ include $(PGXS) -postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@.sql: postrr.sql +postrr--@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.sql: postrr.sql cp $< $@ diff --git a/src/postrr.control.in b/src/postrr.control.in index 654c4f8..e74b069 100644 --- a/src/postrr.control.in +++ b/src/postrr.control.in @@ -1,6 +1,6 @@ # PostRR extension comment = 'PostgreSQL Round Robin Extension' -default_version = '@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@.@POSTRR_PATCH_VERSION@' +default_version = '@POSTRR_MAJOR_VERSION@.@POSTRR_MINOR_VERSION@' module_pathname = '$libdir/postrr' relocatable = false superuser = false