Mako 8.2.0 API
MakoCore SDK API Documentation
Theme:
Round
Default
Robot
Loading...
Searching...
No Matches
edlversion.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2007-2025 Global Graphics Software Ltd. All rights reserved.
3
*/
4
9
10
#ifndef EDLVERSION_H
11
#define EDLVERSION_H
12
13
#define EDLProductName "Mako"
14
#define EDLProductVersion "8.3.0"
15
#define EDLProductNameWithVersion "(" EDLProductName " V" EDLProductVersion ")"
16
17
#define MAKO_VERSION 80300
18
19
#endif
/* EDLVERSION_H */