Skip to content

Commit

Permalink
OK, go for 1.3.1 with missing commits for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
c2main committed Sep 21, 2023
1 parent 81e0491 commit 34af214
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
21/09/2023 Cédric Villemain <[email protected]>
* 1.3.1 - drop support for upgrading from "unpackaged"
21/09/2023 Cédric Villemain <[email protected]>
* 1.3 - added support for PostgreSQL 16
- drop support for PostgreSQL < 9.4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
EXTENSION = pgfincore
EXTVERSION = 1.3
EXTVERSION = 1.3.1

MODULES = $(EXTENSION)
MODULEDIR = $(EXTENSION)
DOCS = README.md
DATA = $(EXTENSION)--1.2--1.3.sql \
DATA = $(EXTENSION)--1.2--1.3.1.sql \
$(EXTENSION)--$(EXTVERSION).sql

REGRESS = $(EXTENSION)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pgfincore.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgfincore extension
comment = 'examine and manage the os buffer cache'
default_version = '1.3'
default_version = '1.3.1'
module_pathname = '$libdir/pgfincore'
directory = pgfincore
relocatable = true

0 comments on commit 34af214

Please sign in to comment.