Skip to content

Commit 61ead3d

Browse files
author
Vladlen Popolitov
committed
RUM version is changed in Makefile
1 parent 29c964e commit 61ead3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MODULE_big = rum
44
EXTENSION = rum
5-
EXTVERSION = 1.3
5+
EXTVERSION = 1.4
66
PGFILEDESC = "RUM index access method"
77

88
OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
@@ -13,7 +13,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
1313

1414
DATA_first = rum--1.0.sql
1515
DATA_updates = rum--1.0--1.1.sql rum--1.1--1.2.sql \
16-
rum--1.2--1.3.sql
16+
rum--1.2--1.3.sql rum--1.3--1.4.sql
1717

1818
DATA = $(DATA_first) rum--$(EXTVERSION).sql $(DATA_updates)
1919

0 commit comments

Comments
 (0)