Merged silc_1_0_branch to trunk.
[silc.git] / includes / silcversion.h.in
1 /*
2
3   silcversion.h 
4
5   Author: Pekka Riikonen <priikone@silcnet.org>
6
7   Copyright (C) 1997 - 2005 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 #define SILC_VERSION_STRING "@VERSION@"
28 #define SILC_DIST_VERSION_STRING "@VERSION@"
29 #define SILC_PROTOCOL_VERSION_STRING "SILC-1.2-@VERSION@ @PACKAGE@"
30 #define SILC_NAME "SILC @PACKAGE_NAME@"
31
32 /* SILC Protocol version number */
33 #define SILC_PROTOCOL_VERSION_CURRENT 12
34
35 /* SILC version string */
36 #define silc_version SILC_VERSION_STRING
37 #define silc_dist_version SILC_DIST_VERSION_STRING
38 #define silc_version_string SILC_PROTOCOL_VERSION_STRING
39 #define silc_name SILC_NAME
40 #define silc_fullname "Secure Internet Live Conferencing"
41
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif /* SILCVERSION_H */