mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
19 lines
710 B
Smarty
19 lines
710 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 ONIGURUMA_REGEX_VER $ONIGURUMAVER$
|
|
#define UCHARDET_VER $UCHARDETVER$
|
|
#define TINYEXPR_VER $TINYEXPRVER$
|
|
#define UTHASH_VER $UTHASHVER$
|
|
#define VERSION_PATCH $VERPATCH$
|