From 7d249d28766de18c8ff3b2ec674eee5be4638757 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 12 Jul 2012 14:18:07 +0000 Subject: [PATCH] Include elog-version.h SVN revision: 2468 --- src/elog.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/elog.c b/src/elog.c index 1ec34ae5..f9221afe 100755 --- a/src/elog.c +++ b/src/elog.c @@ -9,12 +9,9 @@ \********************************************************************/ -#define VERSION "2.9.1" +#include "elog-version.h" char svn_revision[] = "$Id$"; -/* ELOG identification */ -static const char ELOGID[] = "elog " VERSION " built " __DATE__ ", " __TIME__; - #include #include #include