Skip to content

Commit b595def

Browse files
author
Antonin Houska
committed
Bumped version number.
1 parent 83baef1 commit b595def

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PGFILEDESC = "pg_squeeze - a tool to remove unused space from a relation."
55

66
EXTENSION = pg_squeeze
77
DATA = pg_squeeze--1.2.sql pg_squeeze--1.2--1.3.sql pg_squeeze--1.3--1.4.sql \
8-
pg_squeeze--1.4--1.5.sql pg_squeeze--1.5--1.6.sql
8+
pg_squeeze--1.4--1.5.sql pg_squeeze--1.5--1.6.sql pg_squeeze--1.6--1.7.sql
99
DOCS = pg_squeeze.md
1010

1111
REGRESS = squeeze

pg_squeeze--1.6--1.7.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No SQL changes for this upgrade.

pg_squeeze.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pg_squeeze extension
22
comment = 'A tool to remove unused space from a relation.'
3-
default_version = '1.6'
3+
default_version = '1.7'
44
module_pathname = '$libdir/pg_squeeze'
55
relocatable = false
66
schema = 'squeeze'

0 commit comments

Comments
 (0)