libcamera
v0.0.0+3240-f2a18172-dirty (2022-02-06T09:24:04+00:00)
Supporting cameras in Linux since 2019
output
include
libcamera
version.h
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
/*
3
* Copyright (C) 2019, Google Inc.
4
*
5
* version.h - Library version information
6
*
7
* This file is auto-generated. Do not edit.
8
*/
9
#ifndef __LIBCAMERA_VERSION_H__
10
#define __LIBCAMERA_VERSION_H__
11
12
#define LIBCAMERA_VERSION_MAJOR 0
13
#define LIBCAMERA_VERSION_MINOR 0
14
#define LIBCAMERA_VERSION_PATCH 0
15
16
#endif
/* __LIBCAMERA_VERSION_H__ */
Generated by
1.9.3