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