summaryrefslogtreecommitdiff
path: root/include/libcamera/version.h.in
blob: 50bf1001ec0f18026576ad1bf5e8681785fada5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * Library version information
 *
 * This file is auto-generated. Do not edit.
 */

#pragma once

#define LIBCAMERA_VERSION_MAJOR		@LIBCAMERA_VERSION_MAJOR@
#define LIBCAMERA_VERSION_MINOR		@LIBCAMERA_VERSION_MINOR@
#define LIBCAMERA_VERSION_PATCH		@LIBCAMERA_VERSION_PATCH@