From c74db1f054bc92c9408285d29a4692a37199a4dd Mon Sep 17 00:00:00 2001 From: Keith Fiske Date: Wed, 12 Oct 2022 11:39:25 -0400 Subject: [PATCH] update makefile for 1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad70b74..42c217b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ EXTENSION = pgnodemx pg_proctab--0.0.10-compat else EXTENSION = pgnodemx pg_proctab--0.0.10-compat pg_proctab endif -DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3.sql pg_proctab--0.0.10-compat.sql +DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3--1.4.sql pgnodemx--1.4.sql pg_proctab--0.0.10-compat.sql GHASH := $(shell git rev-parse --short HEAD)