Skip to content

Commit 135c852

Browse files
committed
update CURRENT_LIB_VERSION
1 parent d71fbcd commit 135c852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/init.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ extern PathmanInitState pg_pathman_init_state;
9797

9898
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
9999
#define LOWEST_COMPATIBLE_FRONT 0x010200
100-
#define CURRENT_LIB_VERSION 0x010200
100+
101+
/* Current version on native C library (0xAA_BB_CC) */
102+
#define CURRENT_LIB_VERSION 0x010201
101103

102104

103105
/*

0 commit comments

Comments
 (0)