SUI/version.h

14 lines
325 B
C
Raw Permalink Normal View History

2024-11-30 17:15:50 +08:00
#ifndef VERSION_H
#define VERSION_H
#define PROJECT_NAME "ZGit"
#define PROJECT_VERSION "1.0.0"
#define PROJECT_MAJOR_VERSION "1"
#define PROJECT_MINOR_VERSION "0"
#define PROJECT_PATCH_VERSION "0"
#define QT_VERSION_STR "6.8.0"
#define GCC_GXX_VERSION_STR "14.1.0"
#define LIBGIT2_VERSION_STR "1.8.0"
#endif // VERSION_H