summaryrefslogtreecommitdiff
path: root/include/libcamera/version.h.in
blob: 5e9a30911d12a8dca93058b0d7767f4001b97361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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__

#define LIBCAMERA_VERSION_MAJOR		@LIBCAMERA_VERSION_MAJOR@
#define LIBCAMERA_VERSION_MINOR		@LIBCAMERA_VERSION_MINOR@
#define LIBCAMERA_VERSION_PATCH		@LIBCAMERA_VERSION_PATCH@

#endif /* __LIBCAMERA_VERSION_H__ */