summaryrefslogtreecommitdiff
path: root/src/libcamera/version.cpp.in
blob: bf5a2c3096763cb93ec6931f97ac4b43118d80ab (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.
 *
 * 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 */