commit 4b3725e14fd3963f71893cfc8ce6a96eb81dee52
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun Jan 14 22:17:43 2018 +0100

    Win installer: fix a typo and updates
---
 .../Win32/packaging/installer/include/init.nsh     |    4 ++--
 development/Win32/packaging/installer/settings.nsh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/development/Win32/packaging/installer/include/init.nsh 
b/development/Win32/packaging/installer/include/init.nsh
index 661a70b..f6e258d 100644
--- a/development/Win32/packaging/installer/include/init.nsh
+++ b/development/Win32/packaging/installer/include/init.nsh
@@ -364,9 +364,9 @@ Section /o "Serbšcina (Horno)" SecDSorbianH
  AddSize 740
 SectionEnd
 
-Section /o "Shqipe" SecDAlbanian
+Section /o "Shqip" SecDAlbanian
  StrCpy $DictCodes "sq_AL,$DictCodes"
- AddSize 2400
+ AddSize 2612
 SectionEnd
 
 Section /o "Slovenšcina" SecDSlovenian
diff --git a/development/Win32/packaging/installer/settings.nsh 
b/development/Win32/packaging/installer/settings.nsh
index efd1191..4c07025 100644
--- a/development/Win32/packaging/installer/settings.nsh
+++ b/development/Win32/packaging/installer/settings.nsh
@@ -18,7 +18,7 @@ These typically need to be modified for each LyX release
 
 !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

Reply via email to