Skip to content

Commit c872adc

Browse files
committed
Set version to 1.11.0
1 parent ebc63aa commit c872adc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EXTVERSION = 1.10.3
1+
EXTVERSION = 1.11.0
22

33
META = META.json
44
EXTENSION = $(shell jq --raw-output .name $(META).in)
@@ -19,7 +19,7 @@ DISTFILES = \
1919
# to upgrade automatically from.
2020
UPGRADEABLE_VERSIONS = \
2121
1.9.0dev 1.9.0 \
22-
1.10.2dev 1.10.2 \
22+
1.10.3dev 1.10.2 \
2323
$(EXTVERSION)
2424

2525
SQLSCRIPTS_built = sql/20-version.sql

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
postgresql-tableversion (1.11.0-linz~focal) focal; urgency=medium
2+
3+
* New version
4+
5+
-- Jeremy Palmer <jpalmer@linz.govt.nz> Thu, 07 Nov 2024 19:01:01 +0000
6+
17
postgresql-tableversion (1.10.3-linz~bionic) bionic; urgency=medium
28

39
* New version

0 commit comments

Comments
 (0)