]> jfr.im git - irc/DALnet/bahamut.git/blame - include/patchlevel.h
Update patch level to 2.2.1-rc
[irc/DALnet/bahamut.git] / include / patchlevel.h
CommitLineData
649d7700
LM
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
649d7700
LM
19#ifndef __patchlevel_header__
20#define __patchlevel_header__
21
649d7700 22#define BASENAME "bahamut"
bbf8a2b1 23#define MAJOR 2
6f661f71 24#define MINOR 2
2deaa481 25#define PATCH 1
649d7700 26
2deaa481 27#define PATCHES "rc"
649d7700 28
649d7700 29#endif