Skip to content

Commit 063ca03

Browse files
committed
Revert version bump in 4e2a49f commit:
that is only on-disk format version, not an API
1 parent 0e5f0e0 commit 063ca03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ typedef struct RumMetaPageData
103103
int64 nEntries;
104104
} RumMetaPageData;
105105

106-
#define RUM_CURRENT_VERSION (0xC0DE0003)
106+
#define RUM_CURRENT_VERSION (0xC0DE0002)
107107

108108
#define RumPageGetMeta(p) \
109109
((RumMetaPageData *) PageGetContents(p))

0 commit comments

Comments
 (0)