Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leovan committed Aug 3, 2018
1 parent d716213 commit 4b88901
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>MacOS/SciHubEVA</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>CFBundleName</key>
Expand Down
14 changes: 7 additions & 7 deletions SciHubEVA.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
!include "MUI2.nsh"

!define PRODUCT_NAME "Sci-Hub EVA"
!define PRODUCT_VERSION "1.2.0.0"
!define PRODUCT_SHORT_VERSION "1.2"
!define PRODUCT_VERSION "1.3.0.0"
!define PRODUCT_SHORT_VERSION "1.3"
!define PRODUCT_DISPLAY_NAME "$(LNG_ProductName) v${PRODUCT_SHORT_VERSION}"
!define PRODUCT_PUBLISHER "Leo Van"
!define PRODUCT_WEB_SITE ""
Expand Down Expand Up @@ -132,11 +132,11 @@ SetOverwrite on
Caption "$(LNG_ProductName) v${PRODUCT_SHORT_VERSION} $(LNG_Setup)"
UninstallCaption "$(LNG_ProductName) v${PRODUCT_SHORT_VERSION} $(LNG_Uninstall)"

VIProductVersion "1.2.0.0"
VIProductVersion "1.3.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Sci-Hub EVA"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "Sci-Hub EVA"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.2.0.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductVersion" "1.2.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.3.0.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductVersion" "1.3.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Leo Van"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "CompanyName" "Leo Van"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2018 ${PRODUCT_PUBLISHER}"
Expand All @@ -145,8 +145,8 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Sci-Hub EVA Installer"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "Sci-Hub EVA 安装程序"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.2.0.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "1.2.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.3.0.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "1.3.0.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" ""
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "Comments" ""

Expand Down
8 changes: 4 additions & 4 deletions SciHubEVA.win.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 2, 0, 0),
prodvers=(1, 2, 0, 0),
filevers=(1, 3, 0, 0),
prodvers=(1, 3, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'Leo Van'),
StringStruct(u'FileDescription', u'Sci-Hub EVA'),
StringStruct(u'FileVersion', u'1.2.0.0'),
StringStruct(u'FileVersion', u'1.3.0.0'),
StringStruct(u'InternalName', u'SciHubEVA'),
StringStruct(u'LegalCopyright', u'\xa9 2018 Leo Van.'),
StringStruct(u'OriginalFilename', u'SciHubEVA.Exe'),
StringStruct(u'ProductName', u'Sci-Hub EVA'),
StringStruct(u'ProductVersion', u'1.2.0.0')])
StringStruct(u'ProductVersion', u'1.3.0.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 4b88901

Please sign in to comment.