Theolizer  Version.1.2.0
serializer for C++ / Do you want to update your classes easily ?
version.h
[詳解]
1 //############################################################################
2 /*!
3  @brief バージョン番号を自動生成
4  @ingroup TheolizerLib
5  @file version.h
6  @author Yoshinori Tahara(Theoride Technology)
7  @date 2015/09/20 Created
8 */
9 /*
10  © 2016 Theoride Technology (http://theolizer.com/) All Rights Reserved.
11  "Theolizer" is a registered trademark of Theoride Technology.
12 
13  "Theolizer" License
14  In the case where you are in possession of a valid “Theolizer” License,
15  you may use this file in accordance with the terms and conditions of
16  the use license determined by Theoride Technology.
17 
18  General Public License Version 3 ("GPLv3")
19  You may use this file in accordance with the terms and conditions of
20  GPLv3 published by Free Software Foundation.
21  Please confirm the contents of GPLv3 at https://www.gnu.org/licenses/gpl.txt .
22  A copy of GPLv3 is also saved in a LICENSE.TXT file.
23 
24  商用ライセンス
25  あなたが有効なTheolizer商用ライセンスを保持している場合、
26  セオライド テクノロジーの定める使用許諾書の条件に従って、
27  このファイルを取り扱うことができます。
28 
29  General Public License Version 3(以下GPLv3)
30  Free Software Foundationが公表するGPLv3の使用条件に従って、
31  あなたはこのファイルを取り扱うことができます。
32  GPLv3の内容を https://www.gnu.org/licenses/gpl.txt にて確認して下さい。
33  またGPLv3のコピーをLICENSE.TXTファイルにおいてます。
34 */
35 //############################################################################
36 
37 //! Theolizerバージョン文字列(ドライバ/ライブラリ共通)
38 char const kTheolizerVersion[] ="1.2.0";
39 
40 //! Theolizerソースのハッシュ値(ドライバ/ライブラリ別)
41 char const kTheolizerSourcesHash[]="e81c54dafab40aefd1581b30b1b3d545";
42 
43 //! Theolizerライブラリ・ヘッダ・ファイルのハッシュ値
44 char const kTheolizerLibraryHash[]="32dc5749d9e1f2110199f1267f787ef0";
char const kTheolizerSourcesHash[]
Theolizerソースのハッシュ値(ドライバ/ライブラリ別)
Definition: version.h:41
char const kTheolizerVersion[]
Theolizerバージョン文字列(ドライバ/ライブラリ共通)
Definition: version.h:38
char const kTheolizerLibraryHash[]
Theolizerライブラリ・ヘッダ・ファイルのハッシュ値
Definition: version.h:44