summaryrefslogtreecommitdiffstats
path: root/contrib/libxo/libxo/xoversion.h.in
blob: 777e83e3f05e0592fe057de3e6a2345c22017983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
 * $Id$
 *
 * Copyright (c) 2014, Juniper Networks, Inc.
 * All rights reserved.
 * This SOFTWARE is licensed under the LICENSE provided in the
 * ../Copyright file. By downloading, installing, copying, or otherwise
 * using the SOFTWARE, you agree to be bound by the terms of that
 * LICENSE.
 *
 * xoversion.h -- compile time constants for libxo
 * NOTE: This file is generated from xoversion.h.in.
 */

#ifndef LIBXO_XOVERSION_H
#define LIBXO_XOVERSION_H

/**
 * The version string
 */
#define LIBXO_VERSION		"@PACKAGE_VERSION@"

/**
 * The version number
 */
#define LIBXO_VERSION_NUMBER	@LIBXO_VERSION_NUMBER@

/**
 * The version number as a string
 */
#define LIBXO_VERSION_STRING	"@LIBXO_VERSION_NUMBER@"

/**
 * The version number extra info as a string
 */
#define LIBXO_VERSION_EXTRA	"@LIBXO_VERSION_EXTRA@"

#endif /* LIBXO_XOVERSION_H */
OpenPOWER on IntegriCloud