ufe 7.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
versionInfo.h
Go to the documentation of this file.
1#line 1 "D:/Jenkins/workspace/EMS/ECG/ufe/full/ufe-full-python3.13-windows/ufe/include/versionInfo.h"
2#ifndef UFE_VERSIONINFO_H
3#define UFE_VERSIONINFO_H
4
5// ===========================================================================
6// Copyright 2025 Autodesk, Inc. All rights reserved.
7//
8// The use of this software is subject to the Autodesk Terms of Use or other
9// license agreement provided at the time of installation or download, or
10// which otherwise accompanies this software.
11// ===========================================================================
12
13#include "common/ufeExport.h"
14
16
18
23 {
24 public:
25
27 static int getMajorVersion();
28
30 static int getMinorVersion();
31
33 static int getPatchLevel();
34
36 static int getBuildNumber();
37
39 static char const* getGitCommit();
40
42 static char const* getGitBranch();
43
45 static char const* getBuildDate();
46 };
47
48}
49
50#endif /* UFE_VERSIONINFO_H */
Version information of UFE.
Definition: versionInfo.h:23
static char const * getGitCommit()
static int getMajorVersion()
static int getPatchLevel()
static int getBuildNumber()
static char const * getGitBranch()
static int getMinorVersion()
static char const * getBuildDate()
#define UFE_NS_DEF
Definition: ufe.h:36
Definition of macros for symbol visibility.
#define UFE_SDK_DECL
Definition: ufeExport.h:35