diff options
| author | Bas Couwenberg <sebastic@xs4all.nl> | 2018-02-14 13:54:14 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-14 13:54:14 +0100 |
| commit | 6f50a7ffcb3494141e5f361e4c976e5cd32d4488 (patch) | |
| tree | a81c77fada998d6a1a680d6f52da2680c5bf7dda /README.md | |
| parent | 471e6d6b10d1ec8c49f107a17aadd99001a18c56 (diff) | |
| download | PROJ-6f50a7ffcb3494141e5f361e4c976e5cd32d4488.tar.gz PROJ-6f50a7ffcb3494141e5f361e4c976e5cd32d4488.zip | |
Fix case of proj-datumgrid filename. (#805)
Fix case of proj-datumgrid and proj tarball filenames.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,12 +89,12 @@ The `makefile.vc` builds `proj.exe`, `proj.dll` and `proj.lib`. ### Distribution files and format Sources are distributed in one or more files. The principle elements -of the system are in a compress tar file named `PROJ-x.y.z.tar.gz` where +of the system are in a compress tar file named `proj-x.y.z.tar.gz` where "x" will indicate major release number, "y" indicates minor release number and "z" indicates the patch number of the release. In addition to the PROJ software package, a distribution of datum conversion grid files is also available. The grid package is -distributed under the name `PROJ-datumgrid-x.y.zip`, where "x" is the +distributed under the name `proj-datumgrid-x.y.zip`, where "x" is the major release version and "y" the minor release version numbers. The grid package can be downloaded from the PROJ.4 website. |
