summaryrefslogtreecommitdiff
path: root/include/libcamera/version.h.in
blob: e49b36962aedd2ca0ecb2c2fc8c7f06dd1ad26ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * version.h - Library version information
 *
 * This file is auto-generated. Do not edit.
 */
#ifndef __LIBCAMERA_VERSION_H__
#define __LIBCAMERA_VERSION_H__

#include <string>

#define LIBCAMERA_VERSION "@VCS_TAG@"

namespace libcamera {

extern const std::string version;

} /* namespace libcamera */

#endif /* __LIBCAMERA_VERSION_H__ */