summaryrefslogtreecommitdiff
path: root/include/libcamera/version.h.in
blob: 6e24d0a89fcbe2c60e486af183a8afd65d5efe56 (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.
 *
 * version.h - 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@