Newer
Older
Import / applications / MakePDF / Build / .gen / Version.h
@John John on 29 Dec 2020 436 bytes bulk import from macbookpro checkouts
#ifndef VERSION_H
#define VERSION_H


#include "Utilities.h"
#include <string>
#include <cstdint>


#define APP_NAME          ""
#define APP_ICON          ":/images/images/icon.svg"
#define APP_VERSION       
#define APP_BUILD         
#define APP_VER_STR       YQ_STRINGIZE(APP_VERSION) "." YQ_STRINGIZE(APP_BUILD)
#define APP_VER_STR_LONG  "Version " YQ_STRINGIZE(APP_VERSION) ", Build " YQ_STRINGIZE(APP_BUILD)


#endif // VERSION_H