diff options
| author | ruki <[email protected]> | 2019-08-27 00:44:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-26 22:27:44 +0800 |
| commit | 6a2e390a79c4f0444a03b566d4bf24849a6ee3a3 (patch) | |
| tree | 3fb5f96717d6c0c4d4afb481f04a0098999d0084 /scripts/installer.nsi | |
| parent | 0f6388047f00eceaf0b74c0ac55e58da1b4e221d (diff) | |
update versionv2.2.8
Diffstat (limited to 'scripts/installer.nsi')
| -rw-r--r-- | scripts/installer.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index b3723a3ca..b469c00b5 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -21,10 +21,10 @@ !define MINOR 2 !endif !ifndef ALTER - !define ALTER 7 + !define ALTER 8 !endif !ifndef BUILD - !define BUILD 201906200000 + !define BUILD 201908260000 !endif !define VERSION ${MAJOR}.${MINOR}.${ALTER} |
