From 4f4c679822eb9a142a05bed5cefca4b29bb5da24 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 12 Nov 2012 22:17:43 +0100 Subject: [PATCH] Removed patch version from the extension's version. Features won't change between patch versions but only between minor versions. --- src/Makefile.pgxs.in | 4 ++-- src/postrr.control.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2