QDMI v1.4.0-dev
Quantum Device Management Interface
Loading...
Searching...
No Matches
client_version.h
1/*
2 * Copyright (c) 2024 - 2026 QDMI Maintainers
3 * All rights reserved.
4 *
5 * Licensed under the Apache License v2.0 with LLVM Exceptions (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * https://llvm.org/LICENSE.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations
15 * under the License.
16 *
17 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
18 */
19
20#ifndef QDMI_CLIENT_VERSION_H
21#define QDMI_CLIENT_VERSION_H
22
23#include "qdmi/constants.h"
24
25#define QDMI_CLIENT_ABI_VERSION QDMI_MAKE_VERSION(1, 4, 0)
26
27#endif // QDMI_CLIENT_VERSION_H
Defines constants and value types used within QDMI across the QDMI Client Interface and the QDMI Devi...