mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
15.13
This commit is contained in:
committed by
Kornel Lesiński
parent
5de23c1deb
commit
9608215ad8
@@ -10,8 +10,8 @@ AppName = "7-Zip"
|
||||
InstallDir = %CE1%\%AppName%
|
||||
|
||||
[Strings]
|
||||
AppVer = "15.12"
|
||||
AppDate = "2015-11-19"
|
||||
AppVer = "15.13"
|
||||
AppDate = "2015-12-31"
|
||||
|
||||
[CEDevice]
|
||||
; ProcessorType = 2577 ; ARM
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
;Defines
|
||||
|
||||
!define VERSION_MAJOR 15
|
||||
!define VERSION_MINOR 12
|
||||
!define VERSION_MINOR 13
|
||||
!define VERSION_POSTFIX_FULL ""
|
||||
!ifdef WIN64
|
||||
!ifdef IA64
|
||||
@@ -262,6 +262,7 @@ Section
|
||||
File uz.txt
|
||||
File va.txt
|
||||
File vi.txt
|
||||
File yo.txt
|
||||
File zh-cn.txt
|
||||
File zh-tw.txt
|
||||
|
||||
@@ -464,6 +465,7 @@ Section Uninstall
|
||||
Delete $INSTDIR\Lang\va.txt
|
||||
Delete $INSTDIR\Lang\vi.txt
|
||||
Delete $INSTDIR\Lang\vr.txt
|
||||
Delete $INSTDIR\Lang\yo.txt
|
||||
Delete $INSTDIR\Lang\zh-cn.txt
|
||||
Delete $INSTDIR\Lang\zh-tw.txt
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?define VerMajor = "15" ?>
|
||||
<?define VerMinor = "12" ?>
|
||||
<?define VerMinor = "13" ?>
|
||||
<?define VerBuild = "00" ?>
|
||||
<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
|
||||
<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
|
||||
@@ -335,6 +335,7 @@
|
||||
<File Id="uz.txt" Name="uz.txt" />
|
||||
<File Id="va.txt" Name="va.txt" />
|
||||
<File Id="vi.txt" Name="vi.txt" />
|
||||
<File Id="yo.txt" Name="yo.txt" />
|
||||
<File Id="zh_cn.txt" Name="zh-cn.txt" />
|
||||
<File Id="zh_tw.txt" Name="zh-tw.txt" />
|
||||
</Component>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
7-Zip 15.12 Sources
|
||||
7-Zip 15.13 Sources
|
||||
-------------------
|
||||
|
||||
7-Zip is a file archiver for Windows.
|
||||
|
||||
Reference in New Issue
Block a user