Make use of package version from autotools
Signed-off-by: Stefan Wahren <info@lategoodbye.de>
This commit is contained in:

committed by
Stefan Wahren

parent
bce4c6959b
commit
5674b30a6c
@ -9,6 +9,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "mbus-protocol.h"
|
#include "mbus-protocol.h"
|
||||||
|
#include "../config.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
@ -19,4 +20,4 @@ int mbus_init() {return 0;}
|
|||||||
/// Return current version of the library
|
/// Return current version of the library
|
||||||
///
|
///
|
||||||
const char*
|
const char*
|
||||||
mbus_get_current_version() {return "0.8.0";}
|
mbus_get_current_version() {return VERSION;}
|
||||||
|
Reference in New Issue
Block a user