Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a4a851

Browse files
committed
bump ptrack version to 1.6
1 parent 395495f commit 0a4a851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/ptrack.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#include "utils/relcache.h"
99

1010
/* Ptrack version as a string */
11-
#define PTRACK_VERSION "1.5"
11+
#define PTRACK_VERSION "1.6"
1212
/* Ptrack version as a number */
13-
#define PTRACK_VERSION_NUM 105
13+
#define PTRACK_VERSION_NUM 106
1414

1515
/* Number of bits allocated for each heap block. */
1616
#define PTRACK_BITS_PER_HEAPBLOCK 1

0 commit comments

Comments
 (0)