Merge branch 'master' of github.com:john30/ebusd
This commit is contained in:
+7
-6
@@ -33,6 +33,13 @@
|
||||
#include "ebusd/mainloop.h"
|
||||
#include "lib/utils/log.h"
|
||||
|
||||
|
||||
/** the version string of the program. */
|
||||
const char *argp_program_version = "" PACKAGE_STRING "." REVISION "";
|
||||
|
||||
/** the report bugs to address of the program. */
|
||||
const char *argp_program_bug_address = "" PACKAGE_BUGREPORT "";
|
||||
|
||||
namespace ebusd {
|
||||
|
||||
using std::dec;
|
||||
@@ -1039,12 +1046,6 @@ result_t loadScanConfigFile(MessageMap* messages, unsigned char address, SymbolS
|
||||
}
|
||||
|
||||
|
||||
/** the version string of the program. */
|
||||
const char *argp_program_version = "" PACKAGE_STRING "." REVISION "";
|
||||
|
||||
/** the report bugs to address of the program. */
|
||||
const char *argp_program_bug_address = "" PACKAGE_BUGREPORT "";
|
||||
|
||||
/**
|
||||
* Main function.
|
||||
* @param argc the number of command line arguments.
|
||||
|
||||
Reference in New Issue
Block a user