aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-25 21:55:41 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-25 21:55:41 +0200
commitdea057452fc135952c2896efb219b4bf02875617 (patch)
tree350462a7dc8ea1cf897cdde5e97742253e3c0c64 /lib
parent0f510c00ebd47f4aef2ddc1f764058d591bc1c80 (diff)
Added a function returning maintance version name
Diffstat (limited to 'lib')
-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 */