diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-18 11:15:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 11:15:32 +0200 |
| commit | abf680353d1e7088c8751eea5a429ca1ffd22303 (patch) | |
| tree | 4720d880b205b596ff0135e1be8899c44e12d275 /data/sql/metadata.sql | |
| parent | 5fe51fad2c0e5d8ff880b3c7f5c652be8a680381 (diff) | |
| parent | 5fbcc3a7319de8c4a49dab0246715a25cb1b8a7d (diff) | |
| download | PROJ-abf680353d1e7088c8751eea5a429ca1ffd22303.tar.gz PROJ-abf680353d1e7088c8751eea5a429ca1ffd22303.zip | |
Merge pull request #2725 from rouault/projsync_version_filtering
projsync: make it filter out files not intended for the current version
Diffstat (limited to 'data/sql/metadata.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'); |
