52 #ifndef PROJECTVERSION_H
53 #define PROJECTVERSION_H
67 #define APP_VERSION ((MAJOR_VERSION << 16) + (MINOR_VERSION << 8) + DEBUG_VERSION)
70 #define VER_FILEVERSION 0,6,0,1
71 #define VER_FILEVERSION_STR "0.6.0.1"
76 #define VER_PRODUCTVERSION VER_FILEVERSION
77 #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
79 #define VER_INTERNALNAME_2D_STR "Seamly2D"
80 #define VER_COMPANYNAME_STR "Seamly2DTeam"
81 #define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2022 Seamly2D Team"
82 #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
83 #define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
84 #define VER_COMPANYDOMAIN_STR "https://seamly.net"
const int SUPER_MINOR__VERSION
QString buildCompatibilityString()
const QString APP_VERSION_STR