Skip to content

Commit 710b338

Browse files
authored
Merge pull request #45 from vitcpp/fix-current-version-22
Updated the current version.
2 parents 7fb5552 + 513e2d0 commit 710b338

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PGSPHERE_VERSION = 1.2.3
1+
PGSPHERE_VERSION = 1.3.0
22
EXTENSION = pg_sphere
33
RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql
44
USE_PGXS = 1

Diff for: expected/init.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere;
66
select pg_sphere_version();
77
pg_sphere_version
88
-------------------
9-
1.2.3
9+
1.3.0
1010
(1 row)
1111

File renamed without changes.

Diff for: pg_sphere.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_sphere extension
22
comment = 'spherical objects with useful functions, operators and index support'
3-
default_version = '1.2.3'
3+
default_version = '1.3.0'
44
module_pathname = '$libdir/pg_sphere'
55
relocatable = true

0 commit comments

Comments
 (0)