mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-16 21:26:27 +00:00
33 lines
1.1 KiB
C
33 lines
1.1 KiB
C
/********************************************************************
|
|
|
|
Name: elog-version.h
|
|
Created by: Stefan Ritt
|
|
Copyright 2000 + Stefan Ritt
|
|
|
|
ELOG is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
ELOG is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with ELOG. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
Contents: Version file for all ELOG programs
|
|
|
|
$Id: elog-version.h 1 2012-06-10 12:56:11Z ritt $
|
|
|
|
\********************************************************************/
|
|
|
|
/* Version of ELOG */
|
|
#define VERSION "2.9.2"
|
|
|
|
/* ELOG identification */
|
|
static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;
|