Skip to content

Commit ea38a99

Browse files
committed
Stamping v4.0.7
1 parent a929abf commit ea38a99

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ PGFILEDESC = "spock - multi-master replication"
66

77
MODULES = spock_output
88

9-
DATA = spock--4.0.6.sql \
9+
DATA = spock--4.0.7.sql \
1010
spock--3.3--4.0.0.sql \
1111
spock--4.0.0--4.0.1.sql \
1212
spock--4.0.1--4.0.2.sql \
1313
spock--4.0.2--4.0.3.sql \
1414
spock--4.0.3--4.0.4.sql \
1515
spock--4.0.4--4.0.5.sql \
16-
spock--4.0.5--4.0.6.sql
16+
spock--4.0.5--4.0.6.sql \
17+
spock--4.0.6--4.0.7.sql
1718

1819
OBJS = spock_jsonb_utils.o spock_exception_handler.o spock_apply.o \
1920
spock_conflict.o spock_manager.o \

spock--4.0.6--4.0.7.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* spock--4.0.6--4.0.7.sql */
2+
3+
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4+
\echo Use "ALTER EXTENSION spock UPDATE TO '4.0.7'" to load this file. \quit
File renamed without changes.

spock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
#include "spock_compat.h"
2828

29-
#define SPOCK_VERSION "4.0.6"
30-
#define SPOCK_VERSION_NUM 40006
29+
#define SPOCK_VERSION "4.0.7"
30+
#define SPOCK_VERSION_NUM 40007
3131

3232
#define SPOCK_MIN_PROTO_VERSION_NUM 2
3333
#define SPOCK_MAX_PROTO_VERSION_NUM 2

0 commit comments

Comments
 (0)