libmbus/mbus/mbus.c
Stefan Wahren 5674b30a6c Make use of package version from autotools
Signed-off-by: Stefan Wahren <info@lategoodbye.de>
2016-01-31 17:40:58 +00:00

24 lines
475 B
C

//------------------------------------------------------------------------------
// Copyright (C) 2010, Raditex AB
// All rights reserved.
//
// rSCADA
// http://www.rSCADA.se
// info@rscada.se
//
//------------------------------------------------------------------------------
#include "mbus-protocol.h"
#include "../config.h"
//
//
//
int mbus_init() {return 0;}
///
/// Return current version of the library
///
const char*
mbus_get_current_version() {return VERSION;}