Notepad3/Versions/VersionEx.h.tpl
2023-01-23 15:24:36 +01:00

23 lines
798 B
Smarty

// encoding: UTF-8
// //////////////////////////////////////////////////////////
// //
// this file is generated - use template to apply changes //
// //
// //////////////////////////////////////////////////////////
#define APPNAME $APPNAME$
#define SAPPNAME "$APPNAME$"
#define VERSION_MAJOR $MAJOR$
#define VERSION_MINOR $MINOR$
#define VERSION_REV $MAINT$
#define VERSION_BUILD $BUILD$
#define SCINTILLA_VER $SCIVER$
#define LEXILLA_VER $LXIVER$
#define ONIGURUMA_REGEX_VER $ONIGURUMAVER$
#define UCHARDET_VER $UCHARDETVER$
#define TINYEXPR_VER $TINYEXPRVER$
#define UTHASH_VER $UTHASHVER$
#define VERSION_PATCH $VERPATCH$
#define VERSION_COMMIT_ID $COMMITID$
#include "Version.h"