blob: 603a42c2da8ec177629e2650fcbecf8c1ada2c95 [file] [log] [blame]
Radek Krejcied5acc52019-04-25 15:57:04 +02001/**
2 * @file config.h
3 * @author Radek Krejci <rkrejci@cesnet.cz>
4 * @brief various variables detected by cmake
5 *
6 * Copyright (c) 2019 CESNET, z.s.p.o.
7 *
8 * This source code is licensed under BSD 3-Clause License (the "License").
9 * You may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * https://opensource.org/licenses/BSD-3-Clause
13 */
14
15#ifndef YANGLINT_CONFIG_H_
16#define YANGLINT_CONFIG_H_
17
Radek Krejcied5acc52019-04-25 15:57:04 +020018#define PROJECT_VERSION "@LIBYANG_VERSION@" /**< libyang project version string */
19
20#endif /* YANGLINT_CONFIG_H_ */