OSDN Git Service

Change version to 1.3.7.
[pghintplan/pg_hint_plan.git] / Makefile
index 4decef8..027773d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #
 
 MODULES = pg_hint_plan
-HINTPLANVER = 1.3.6
+HINTPLANVER = 1.3.7
 
 REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-W ut-T ut-fini
 
@@ -22,8 +22,8 @@ PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 
-STARBALL12 = pg_hint_plan12-$(HINTPLANVER).tar.gz
-STARBALLS = $(STARBALL12)
+STARBALL13 = pg_hint_plan13-$(HINTPLANVER).tar.gz
+STARBALLS = $(STARBALL13)
 
 TARSOURCES = Makefile *.c  *.h COPYRIGHT* \
        pg_hint_plan--*.sql \
@@ -37,7 +37,7 @@ endif
 
 installcheck: $(REGRESSION_EXPECTED)
 
-rpms: rpm12
+rpms: rpm13
 
 # pg_hint_plan.c includes core.c and make_join_rel.c
 pg_hint_plan.o: core.c make_join_rel.c # pg_stat_statements.c
@@ -52,7 +52,5 @@ $(STARBALLS): $(TARSOURCES)
        tar -chzf $@ $(addprefix $(subst .tar.gz,,$@)/, $^)
        rm $(subst .tar.gz,,$@)
 
-rpm12: $(STARBALL12)
-       MAKE_ROOT=`pwd` rpmbuild -bb SPECS/pg_hint_plan12.spec
-
-
+rpm13: $(STARBALL13)
+       MAKE_ROOT=`pwd` rpmbuild -bb SPECS/pg_hint_plan13.spec