Shaka Player Embedded
version.h
Go to the documentation of this file.
1 // Copyright 2020 Google LLC
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // https://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15 // AUTO-GENERATED: DO NOT EDIT
16 
17 #include "macros.h"
18 
19 #define SHAKA_VERSION_MAJOR 0ULL
20 #define SHAKA_VERSION_MINOR 0ULL
21 #define SHAKA_VERSION_REVISION 65535ULL
22 #define SHAKA_VERSION_TAG 8627ULL
23 #define SHAKA_VERSION_INT ((SHAKA_VERSION_MAJOR << 48ULL) | (SHAKA_VERSION_MINOR << 32ULL) | (SHAKA_VERSION_REVISION << 16ULL) | (SHAKA_VERSION_TAG))
24 #define SHAKA_VERSION_STR "v0.1.0-beta-217-gaecde419-dirty"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif // __cplusplus
29 
30 SHAKA_EXPORT const char* GetShakaEmbeddedVersion(void);
31 #ifdef __cplusplus
32 }
33 #endif // __cplusplus
#define SHAKA_EXPORT
Definition: macros.h:30
SHAKA_EXPORT const char * GetShakaEmbeddedVersion(void)
Definition: player.cc:41