aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-11-25 19:59:27 +0100
committerGitHub <noreply@github.com>2019-11-25 19:59:27 +0100
commitcf8197bbbc3a5acd38e4f6428d24535bb11f6708 (patch)
tree9c72947a8dd0ced42654d74914bbe935944d3465 /src/iso19111/crs.cpp
parentdbac9993cdc0e89861c0098224e4cdb7f339980c (diff)
parent3445967392fa8c4510814866f81d3e59300836ac (diff)
downloadPROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.tar.gz
PROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.zip
Merge pull request #1749 from rouault/6_3_0_version_numbers
Change version numbers to 6.3.0
Diffstat (limited to 'src/iso19111/crs.cpp')
-rw-r--r--src/iso19111/crs.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp
index eb15b0d8..a87ba82d 100644
--- a/src/iso19111/crs.cpp
+++ b/src/iso19111/crs.cpp
@@ -781,7 +781,7 @@ CRS::getNonDeprecated(const io::DatabaseContextNNPtr &dbContext) const {
* 3D CRS. May be nullptr.
* @return a new CRS promoted to 3D, or the current one if already 3D or not
* applicable.
- * @since 7.0
+ * @since 6.3
*/
CRSNNPtr CRS::promoteTo3D(const std::string &newName,
const io::DatabaseContextPtr &dbContext) const {
@@ -868,7 +868,7 @@ CRSNNPtr CRS::promoteTo3D(const std::string &newName,
* 2D CRS. May be nullptr.
* @return a new CRS demoted to 2D, or the current one if already 2D or not
* applicable.
- * @since 7.0
+ * @since 6.3
*/
CRSNNPtr CRS::demoteTo2D(const std::string &newName,
const io::DatabaseContextPtr &dbContext) const {
@@ -2192,7 +2192,7 @@ GeographicCRSNNPtr GeographicCRS::createEPSG_4807() {
* 2D CRS. May be nullptr.
* @return a new CRS demoted to 2D, or the current one if already 2D or not
* applicable.
- * @since 7.0
+ * @since 6.3
*/
GeographicCRSNNPtr
GeographicCRS::demoteTo2D(const std::string &newName,
@@ -3770,7 +3770,7 @@ ProjectedCRS::identify(const io::AuthorityFactoryPtr &authorityFactory) const {
* 2D CRS. May be nullptr.
* @return a new CRS demoted to 2D, or the current one if already 2D or not
* applicable.
- * @since 7.0
+ * @since 6.3
*/
ProjectedCRSNNPtr
ProjectedCRS::demoteTo2D(const std::string &newName,