yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_version
13#define _H_version
14/* FILE: version.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
27/*********************************************************************
28* *
29* C H A N G E H I S T O R Y *
30* *
31*********************************************************************
32
33date init comment
34----------------------------------------------------------------------
3523-jun-09 abb Begun.
3601-jun-10 abb Switched to 1.x instead of 0.x
37 to align with debian packaging standards
3809-oct-10 abb Bumped version to 1.14
3917-apr-11 abb Bumped version to 1.15
4029-may-11 abb Bumped trunk version to 2.0
4125-sep-11 abb Bumped trunk version to 2.1
4225-jan-12 abb Bumped trunk version to 2.2
4321-feb-12 abb Bumped trunk version to 3.0 for yuma-pro
4404-aug-12 abb Changes numbering scheme to match Ubuntu
45 Using YY.MM instead of incremental numbers
4624-may-18 abb bump version to 18.10
4715-aug-19 abb bump version to 19.10
4805-aug-20 abb bump version to 20.10
4907-sep-21 abb bump version to 21.10
5005-dec-21 abb split out for 21.10T train
5120-aug-22 abb start sandcat-integ (22.10T) from
52 jaguar-t-schema-mount
5318-aug-23 abb add SEMVER support
54*/
55
56#ifdef __cplusplus
57extern "C" {
58#endif
59
60/********************************************************************
61* *
62* C O N S T A N T S *
63* *
64*********************************************************************/
65
67#define YUMAPRO_VERSION (const xmlChar *)"23.10T"
68
69
81#define YUMAPRO_SEMVER_MAJOR 23
82
83
93#define YUMAPRO_SEMVER_MINOR 7
94
95
101#define YUMAPRO_SEMVER_PATCH 0
102
103
111#define YUMAPRO_SEMVER_EXT "-T"
112
113
114
115#ifdef __cplusplus
116} /* end extern 'C' */
117#endif
118
119#endif /* _H_version */