Increased version in elog-version.h

This commit is contained in:
ritt 2023-02-07 14:55:35 +01:00
parent dc4af9b86e
commit 7c7b74b619

View File

@ -24,7 +24,7 @@
\********************************************************************/ \********************************************************************/
/* Version of ELOG */ /* Version of ELOG */
#define VERSION "3.1.4" #define VERSION "3.1.5"
/* ELOG identification */ /* ELOG identification */
static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__; static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;