mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Win installer: start an an RC2 installer
- also fix a typo and update a file size
This commit is contained in:
parent
9b603d90c8
commit
41fe69e5d0
@ -1,4 +1,8 @@
|
|||||||
Changelog for LyX-230-RC1:
|
Changelog for LyX-230-RC2:
|
||||||
|
- installs LyX 2.3.0 RC2
|
||||||
|
|
||||||
|
|
||||||
|
Changelog for LyX-230-RC1:
|
||||||
- installs LyX 2.3.0 RC1
|
- installs LyX 2.3.0 RC1
|
||||||
- enable high display resolution support for the installer
|
- enable high display resolution support for the installer
|
||||||
- correct display of installer text for many languages
|
- correct display of installer text for many languages
|
||||||
|
@ -364,9 +364,9 @@ Section /o "Serbšcina (Horno)" SecDSorbianH
|
|||||||
AddSize 740
|
AddSize 740
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "Shqipe" SecDAlbanian
|
Section /o "Shqip" SecDAlbanian
|
||||||
StrCpy $DictCodes "sq_AL,$DictCodes"
|
StrCpy $DictCodes "sq_AL,$DictCodes"
|
||||||
AddSize 2400
|
AddSize 2612
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section /o "Slovenšcina" SecDSlovenian
|
Section /o "Slovenšcina" SecDSlovenian
|
||||||
|
@ -12,13 +12,13 @@ These typically need to be modified for each LyX release
|
|||||||
!define APP_VERSION_MAJOR 2
|
!define APP_VERSION_MAJOR 2
|
||||||
!define APP_VERSION_MINOR 3
|
!define APP_VERSION_MINOR 3
|
||||||
!define APP_VERSION_REVISION 0
|
!define APP_VERSION_REVISION 0
|
||||||
!define APP_VERSION_EMERGENCY "RC-1" # use "1" for an emergency release of LyX otherwise ""
|
!define APP_VERSION_EMERGENCY "RC-2" # use "1" for an emergency release of LyX otherwise ""
|
||||||
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
||||||
!define APP_VERSION_BUILD 8 # Start with 1 for the installer releases of each version
|
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
||||||
|
|
||||||
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
||||||
|
|
||||||
!define COPYRIGHT_YEAR 2017
|
!define COPYRIGHT_YEAR 2018
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
# Installer file name
|
# Installer file name
|
||||||
|
Loading…
Reference in New Issue
Block a user