]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/xoversion.h.in
Merge OpenSSL 1.0.1k.
[FreeBSD/FreeBSD.git] / contrib / libxo / libxo / xoversion.h.in
1 /*
2  * $Id$
3  *
4  * Copyright (c) 2014, Juniper Networks, Inc.
5  * All rights reserved.
6  * This SOFTWARE is licensed under the LICENSE provided in the
7  * ../Copyright file. By downloading, installing, copying, or otherwise
8  * using the SOFTWARE, you agree to be bound by the terms of that
9  * LICENSE.
10  *
11  * xoversion.h -- compile time constants for libxo
12  * NOTE: This file is generated from xoversion.h.in.
13  */
14
15 #ifndef LIBXO_XOVERSION_H
16 #define LIBXO_XOVERSION_H
17
18 /**
19  * The version string
20  */
21 #define LIBXO_VERSION           "@PACKAGE_VERSION@"
22
23 /**
24  * The version number
25  */
26 #define LIBXO_VERSION_NUMBER    @LIBXO_VERSION_NUMBER@
27
28 /**
29  * The version number as a string
30  */
31 #define LIBXO_VERSION_STRING    "@LIBXO_VERSION_NUMBER@"
32
33 /**
34  * The version number extra info as a string
35  */
36 #define LIBXO_VERSION_EXTRA     "@LIBXO_VERSION_EXTRA@"
37
38 #endif /* LIBXO_XOVERSION_H */