updates.
[silc.git] / includes / silcversion.h
1 /*
2
3   silcversion.h 
4
5   Author: Pekka Riikonen <priikone@silcnet.org>
6
7   Copyright (C) 1997 - 2002 Pekka Riikonen
8
9   This program is free software; you can redistribute it and/or modify
10   it under the terms of the GNU General Public License as published by
11   the Free Software Foundation; version 2 of the License.
12
13   This program is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18 */
19
20 #ifndef SILCVERSION_H
21 #define SILCVERSION_H
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26
27 #include "version_internal.h"
28
29 /* Version type definition */
30 typedef unsigned char SilcVersion;
31
32 /* SILC Protocol version number used in SILC packets */
33 #define SILC_VERSION_1 '\1'
34
35 /* SILC version string */
36 const char *silc_version = SILC_VERSION_STRING;
37 const char *silc_dist_version = SILC_DIST_VERSION_STRING;
38 const char *silc_version_string = SILC_PROTOCOL_VERSION_STRING;
39 const char *silc_name = SILC_NAME;
40 const char *silc_fullname = "Secure Internet Live Conferencing";
41
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif /* SILCVERSION_H */