diff --git a/Makefile b/Makefile index 4e0f826..a954626 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PGSPHERE_VERSION = 1.2.3 +PGSPHERE_VERSION = 1.3.0 EXTENSION = pg_sphere RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql USE_PGXS = 1 diff --git a/expected/init.out b/expected/init.out index 519c140..fc47f40 100644 --- a/expected/init.out +++ b/expected/init.out @@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere; select pg_sphere_version(); pg_sphere_version ------------------- - 1.2.3 + 1.3.0 (1 row) diff --git a/pg_sphere--1.2.3.sql.in b/pg_sphere--1.3.0.sql.in similarity index 100% rename from pg_sphere--1.2.3.sql.in rename to pg_sphere--1.3.0.sql.in diff --git a/pg_sphere.control b/pg_sphere.control index bebbe02..412cd57 100644 --- a/pg_sphere.control +++ b/pg_sphere.control @@ -1,5 +1,5 @@ # pg_sphere extension comment = 'spherical objects with useful functions, operators and index support' -default_version = '1.2.3' +default_version = '1.3.0' module_pathname = '$libdir/pg_sphere' relocatable = true