/* 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 #define LIBCAMERA_VERSION "@VCS_TAG@" namespace libcamera { extern const std::string version; } /* namespace libcamera */ #endif /* __LIBCAMERA_VERSION_H__ */