]> jfr.im git - irc/quakenet/snircd.git/blame - include/patchlevel.h
forward port of asuka-check.patch to .12
[irc/quakenet/snircd.git] / include / patchlevel.h
CommitLineData
189935b1 1/*
2 * IRC - Internet Relay Chat, include/patchlevel.h
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 1, or (at your option)
7 * any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 *
18 * $Id: patchlevel.h,v 1.23.2.3 2005/10/14 22:22:02 entrope Exp $
19 *
20 */
21#define PATCHLEVEL "01"
22
23#define RELEASE ".12."
24
25/*
26 * Deliberate empty lines
27 */
28/* Do NOT edit those: */
29
30#ifndef BASE_VERSION
31#define BASE_VERSION "u2.10"
32#endif
33
34#ifndef MAJOR_PROTOCOL
35#define MAJOR_PROTOCOL "10"
36#endif