Jazz 1.25.+
Loading...
Searching...
No Matches
jazz_platform.h
1/* Jazz (c) 2018-2025 kaalam.ai (The Authors of Jazz), using (under the same license):
2
3 BBVA - Jazz: A lightweight analytical web server for data-driven applications.
4
5 Copyright 2016-2017 Banco Bilbao Vizcaya Argentaria, S.A.
6
7 This product includes software developed at
8
9 BBVA (https://www.bbva.com/)
10
11 Licensed under the Apache License, Version 2.0 (the "License");
12 you may not use this file except in compliance with the License.
13 You may obtain a copy of the License at
14
15 http://www.apache.org/licenses/LICENSE-2.0
16
17 Unless required by applicable law or agreed to in writing, software
18 distributed under the License is distributed on an "AS IS" BASIS,
19 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 See the License for the specific language governing permissions and
21 limitations under the License.
22*/
23
24#define JAZZ_VERSION "1.25.0"
25#define JAZZ_YEARS "2017-2025"
26#define JAZZ_DEBUG_HOME "/home/jadmin/kaalam.github/Jazz"
27
28#define LINUX_DISTRO "Ubuntu"
29#define LINUX_VERSION "24.04"
30#define LINUX_PROCESSOR "x86_64"
31
32#define LINUX_PLATFORM LINUX_DISTRO "_" LINUX_VERSION "_" LINUX_PROCESSOR