diff options
author | Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> | 2021-11-19 10:52:27 +0100 |
---|---|---|
committer | Jean-M/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019, Google Inc. * * version.cpp - libcamera version * * This file is auto-generated. Do not edit. */ #include <libcamera/camera_manager.h> namespace libcamera { const std::string CameraManager::version_("v@VCS_TAG@"); } /* namespace libcamera */ |