Make use of package version from autotools

Signed-off-by: Stefan Wahren <info@lategoodbye.de>
This commit is contained in:
Stefan Wahren
2014-02-06 19:25:41 +01:00
committed by Stefan Wahren
parent bce4c6959b
commit 5674b30a6c

View File

@ -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;}