diff options
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/metadata.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sql/metadata.sql b/data/sql/metadata.sql index 9cce8251..d7cbf026 100644 --- a/data/sql/metadata.sql +++ b/data/sql/metadata.sql @@ -15,3 +15,7 @@ INSERT INTO "metadata" VALUES('EPSG.DATE', '2021-05-16'); -- The value of ${PROJ_VERSION} is substituted at build time by the actual -- value. INSERT INTO "metadata" VALUES('PROJ.VERSION', '${PROJ_VERSION}'); + +-- Version of the PROJ-data package with which this database is the most +-- compatible. +INSERT INTO "metadata" VALUES('PROJ_DATA.VERSION', '1.7'); |
