aboutsummaryrefslogtreecommitdiff
path: root/src/proj_api.h
diff options
context:
space:
mode:
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