From 9b6b32774489ec1e285e5b4eb74d6b6263ab0886 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 26 Nov 2014 16:49:59 +0100 Subject: [PATCH] Increased version to 3.0.0 --- src/elog-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elog-version.h b/src/elog-version.h index a9948dc4..a12b5b0b 100644 --- a/src/elog-version.h +++ b/src/elog-version.h @@ -26,7 +26,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.9.2" +#define VERSION "3.0.0" /* ELOG identification */ static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;