Jpp  17.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
elog-version.h
Go to the documentation of this file.
1 /********************************************************************
2 
3  Name: elog-version.h
4  Created by: Stefan Ritt
5  Copyright 2000 + Stefan Ritt
6 
7  ELOG is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  ELOG is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with ELOG. If not, see <http://www.gnu.org/licenses/>.
19 
20 
21 
22  Contents: Version file for all ELOG programs
23 
24 \********************************************************************/
25 
26 /* Version of ELOG */
27 #define VERSION "3.1.4"
28 
29 /* ELOG identification */
30 static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;
#define VERSION
Definition: elog-version.h:27
static const char ELOGID[]
Definition: elog-version.h:30