aboutsummaryrefslogtreecommitdiff
path: root/include/proj/metadata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/metadata.hpp')
-rw-r--r--include/proj/metadata.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/metadata.hpp b/include/proj/metadata.hpp
index 02873c81..d32996fb 100644
--- a/include/proj/metadata.hpp
+++ b/include/proj/metadata.hpp
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Project: PROJ
- * Purpose: ISO19111:2018 implementation
+ * Purpose: ISO19111:2019 implementation
* Author: Even Rouault <even dot rouault at spatialys dot com>
*
******************************************************************************
@@ -357,7 +357,7 @@ using IdentifierNNPtr = util::nn<IdentifierPtr>;
/** \brief Value uniquely identifying an object within a namespace.
*
- * \remark Implements Identifier as described in \ref ISO_19111_2018 but which
+ * \remark Implements Identifier as described in \ref ISO_19111_2019 but which
* originates from \ref ISO_19115
*/
class PROJ_GCC_DLL Identifier : public util::BaseObject,