\doxysection{version.\+h}
\label{version_8h_source}\index{include/osmocom/core/version.h@{include/osmocom/core/version.h}}
\textbf{ Go to the documentation of this file.}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 \textcolor{preprocessor}{\#pragma once}}
\DoxyCodeLine{2 }
\DoxyCodeLine{3 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION 1.13.1}}
\DoxyCodeLine{4 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION\_STR "{}1.13.1"{}}}
\DoxyCodeLine{5 }
\DoxyCodeLine{6 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION\_MAJOR 1}}
\DoxyCodeLine{7 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION\_MINOR 13}}
\DoxyCodeLine{8 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION\_PATCH 1}}
\DoxyCodeLine{9 }
\DoxyCodeLine{10 \textcolor{preprocessor}{\#define LIBOSMOCORE\_VERSION\_GREATER\_EQUAL(major, minor, patch) \(\backslash\)}}
\DoxyCodeLine{11 \textcolor{preprocessor}{        (LIBOSMOCORE\_VERSION\_MAJOR > (major) || \(\backslash\)}}
\DoxyCodeLine{12 \textcolor{preprocessor}{         (LIBOSMOCORE\_VERSION\_MAJOR == (major) \&\& \(\backslash\)}}
\DoxyCodeLine{13 \textcolor{preprocessor}{          LIBOSMOCORE\_VERSION\_MINOR > (minor)) || \(\backslash\)}}
\DoxyCodeLine{14 \textcolor{preprocessor}{         (LIBOSMOCORE\_VERSION\_MAJOR == (major) \&\& \(\backslash\)}}
\DoxyCodeLine{15 \textcolor{preprocessor}{          LIBOSMOCORE\_VERSION\_MINOR == (minor) \&\& \(\backslash\)}}
\DoxyCodeLine{16 \textcolor{preprocessor}{          LIBOSMOCORE\_VERSION\_PATCH >= (patch)))}}

\end{DoxyCode}
