aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grgsm/constants.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/grgsm/constants.h b/include/grgsm/constants.h
index a96424e..9b66380 100644
--- a/include/grgsm/constants.h
+++ b/include/grgsm/constants.h
@@ -49,9 +49,14 @@ namespace gr {
GRGSM_API const std::string api_version();
/*!
- * \brief returnjust the minor version defined by cmake
+ * \brief return just the minor version defined by cmake
*/
GRGSM_API const std::string minor_version();
+
+ /*!
+ * \brief return just the maint version defined by cmake
+ */
+ GRGSM_API const std::string maint_version();
} /* namespace gsm */
} /* namespace gr */