We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccc9d1 commit 9d3f5beCopy full SHA for 9d3f5be
Makefile
@@ -15,6 +15,9 @@ all: sql/$(EXTENSION)--$(EXTVERSION).sql
15
sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
16
cp $< $@
17
18
+pg_net.control:
19
+ sed "s/@PG_NET_VERSION@/$(EXTVERSION)/g" pg_net.control.in > pg_net.control
20
+
21
EXTRA_CLEAN = sql/$(EXTENSION)--$(EXTVERSION).sql
22
23
PG_CONFIG = pg_config
pg_net.control renamed to pg_net.control.in
@@ -1,3 +1,3 @@
1
comment = 'Async HTTP'
2
-default_version = '0.7.1'
+default_version = '@PG_NET_VERSION@'
3
relocatable = false
0 commit comments