aboutsummaryrefslogtreecommitdiff
path: root/src/proj_api.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-11-17 10:09:54 +0100
committerKristian Evers <kristianevers@gmail.com>2017-11-20 12:47:14 +0100
commit3d6f36a2e10d103727a072d160fcf724daa871d5 (patch)
tree39a71555a8ef70902aba0f6d2722a95026e5b40e /src/proj_api.h
parent3e6700f782e96a46f57e2515815ae4d705090e2b (diff)
downloadPROJ-3d6f36a2e10d103727a072d160fcf724daa871d5.tar.gz
PROJ-3d6f36a2e10d103727a072d160fcf724daa871d5.zip
Increment version number before next release
Diffstat (limited to 'src/proj_api.h')
-rw-r--r--src/proj_api.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/proj_api.h b/src/proj_api.h
index b0c4b71f..b57d9f38 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -28,19 +28,14 @@
/*
- * This version number should be updated with every release! The format of
- * PJ_VERSION is
+ * This version number should be updated with every release!
*
- * * Before version 4.10.0: PJ_VERSION=MNP where M, N, and P are the major,
- * minor, and patch numbers; e.g., PJ_VERSION=493 for version 4.9.3.
+ * This file is expected to be removed from the PROJ distribution
+ * when a few minor-version releases has been made.
*
- * * Version 4.10.0 and later: PJ_VERSION=MMMNNNPP later where MMM, NNN, PP
- * are the major, minor, and patch numbers (the minor and patch numbers
- * are padded with leading zeros if necessary); e.g., PJ_VERSION=401000
- * for version 4.10.0.
*/
#ifndef PJ_VERSION
- #define PJ_VERSION 493
+ #define PJ_VERSION 500
#endif