aboutsummaryrefslogtreecommitdiffstats
path: root/lib/constants.cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/constants.cc.in')
-rw-r--r--lib/constants.cc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/constants.cc.in b/lib/constants.cc.in
index d56f45e..e6d5a51 100644
--- a/lib/constants.cc.in
+++ b/lib/constants.cc.in
@@ -59,5 +59,11 @@ namespace gr {
{
return "@MINOR_VERSION@";
}
+
+ const std::string
+ maint_version()
+ {
+ return "@MAINT_VERSION@";
+ }
} /* namespace gsm */
} /* namespace gr */