1 /*
2  * version.h
3  *   include file controlling version strings used by Eggdrop
4  *
5  * should contain something similar to only the following 3 lines:
6  *   #define EGG_STRINGVER "1.8.0"
7  *   #define EGG_NUMVER 1080000
8  *   #define EGG_PATCH "patchstring"
9  */
10 /*
11  * Copyright (C) 1997 Robey Pointer
12  * Copyright (C) 1999 - 2021 Eggheads Development Team
13  *
14  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License
16  * as published by the Free Software Foundation; either version 2
17  * of the License, or (at your option) any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with this program; if not, write to the Free Software
26  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
27  */
28 
29 #define EGG_STRINGVER "1.9.1"
30 #define EGG_NUMVER 1090102
31