pairinteraction
A Rydberg Interaction Calculator
version.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Pairinteraction Developers
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#pragma once
5
6namespace pairinteraction {
7
8inline constexpr int VERSION_MAJOR = 2;
9inline constexpr int VERSION_MINOR = 0;
10inline constexpr int VERSION_PATCH = 0;
11
12inline constexpr int COMPATIBLE_DATABASE_VERSION_MAJOR = 1;
13
14} // namespace pairinteraction
constexpr int VERSION_MINOR
Definition: version.hpp:9
constexpr int VERSION_PATCH
Definition: version.hpp:10
constexpr int COMPATIBLE_DATABASE_VERSION_MAJOR
Definition: version.hpp:12
constexpr int VERSION_MAJOR
Definition: version.hpp:8