diff options
author | default <nobody@localhost> | 2022-12-03 18:41:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-03 18:41:44 +0100 |
commit | 67a81a7bf9c65b1d7ec5cb5ac255169222be24ac (patch) | |
tree | 1dac593df32695b98a69389003843903142c1610 /data.c | |
parent | f205d206883b62bcee0d34f633654e0c24057a86 (diff) |
Upgrade timeline/ to private/.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include <sys/file.h> #include <fcntl.h> -double db_layout = 2.6; +double db_layout = 2.7; int db_upgrade(d_char **error); |