small function to get current version added

This commit is contained in:
tpltnt 2013-04-04 00:49:03 +02:00
parent 55218f05ef
commit c6fc41484f

View File

@ -15,3 +15,8 @@
//
int mbus_init() {return 0;}
///
/// Return current version of the library
///
char*
get_current_version() {return "0.8.0";}