We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2165ac commit 482e2ebCopy full SHA for 482e2eb
Makefile
@@ -1,4 +1,4 @@
1
-PGSPHERE_VERSION = 1.2.2
+PGSPHERE_VERSION = 1.2.3
2
EXTENSION = pg_sphere
3
RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql
4
USE_PGXS = 1
pg_sphere.control
@@ -1,5 +1,5 @@
# pg_sphere extension
comment = 'spherical objects with useful functions, operators and index support'
-default_version = '1.2.2'
+default_version = '1.2.3'
module_pathname = '$libdir/pg_sphere'
5
relocatable = true
0 commit comments