Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
StroikaVersion.h
Go to the documentation of this file.
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Stroika_Foundation_Common_StroikaVersion_h_
5#define _Stroika_Foundation_Common_StroikaVersion_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#if defined(__cplusplus)
10#include "Stroika/Foundation/Common/Common.h"
12#endif
14
15/**
16 * \file
17 *
18 * \note Code-Status: <a href="Code-Status.md#Release">Release</a>
19 */
20
21#if defined(__cplusplus)
23#endif
24
25#include "Stroika-Current-Version.h"
26
27 /**
28 */
29#if defined(__cplusplus)
30 constexpr Version kStroikaVersion{kStroika_Version_FullVersion};
31#endif
32
33#if defined(__cplusplus)
34}
35#endif
36
37/*
38 ********************************************************************************
39 ***************************** Implementation Details ***************************
40 ********************************************************************************
41 */
42#include "StroikaVersion.inl"
43
44#endif /*_Stroika_Foundation_Common_StroikaVersion_h_*/