1
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
2
This file is public domain and comes with NO WARRANTY of any kind */
4
/* Version numbers for protocol & mysqld */
6
#ifndef _mysql_version_h
7
#define _mysql_version_h
9
#include <custom_conf.h>
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
4
* Copyright (C) 2008 Sun Microsystems
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
/* Version numbers for protocol && drizzled */
23
#ifndef _drizzled_version_h
24
#define _drizzled_version_h
11
26
#define PROTOCOL_VERSION @PROTOCOL_VERSION@
12
27
#define DRIZZLE_SERVER_VERSION "@VERSION@"
13
28
#define DRIZZLE_BASE_VERSION "drizzle-@DRIZZLE_BASE_VERSION@"
19
34
#define DRIZZLE_CONFIG_NAME "drizzled"
20
35
#define DRIZZLE_COMPILATION_COMMENT "@COMPILATION_COMMENT@"
22
/* mysqld compile time options */
23
#endif /* _CUSTOMCONFIG_ */
26
39
#define LICENSE GPL
27
40
#endif /* LICENSE */
29
#endif /* _mysql_version_h */
42
#endif /* _drizzled_version_h */