Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Release 2.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperPat45 committed Feb 4, 2018
1 parent 9ba5f8d commit 8f13822
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
Empty file.
4 changes: 2 additions & 2 deletions Docs/UltraModernUI/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -2642,9 +2642,9 @@ <h1><a id="examples"></a>Example Scripts</h1>
<h1>Version History</h1>
<ul>

<li><strong>Version 2.0 beta 4</strong> - ???? ??, 2018
<li><strong>Version 2.0 beta 4</strong> - February 04, 2018
<ul>
<li>Fixed UMUI_PAGE_SERIALNUMBER and UMUI_PAGE_SERIALNUMBER pages did not compile.</li>
<li>Fixed UMUI_PAGE_SERIALNUMBER and UMUI_UNPAGE_SERIALNUMBER pages failed to compile.</li>
</ul>
</li>

Expand Down
1 change: 1 addition & 0 deletions Examples/InstallOptionsEx/InstallOptionsEx.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
!insertmacro MUI_LANGUAGE "Vietnamese"
!insertmacro MUI_LANGUAGE "Welsh"
!insertmacro MUI_LANGUAGE "Corsican"
!insertmacro MUI_LANGUAGE "Tatar"

; Other unicode only untranslated languages but usable even so.
!insertmacro MUI_LANGUAGE "Georgian"
Expand Down
1 change: 1 addition & 0 deletions Examples/SkinnedControls/SkinnedControls.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
!insertmacro MUI_LANGUAGE "Vietnamese"
!insertmacro MUI_LANGUAGE "Welsh"
!insertmacro MUI_LANGUAGE "Corsican"
!insertmacro MUI_LANGUAGE "Tatar"

; Other unicode only untranslated languages but usable even so.
!insertmacro MUI_LANGUAGE "Georgian"
Expand Down
1 change: 1 addition & 0 deletions Examples/UltraModernUI/MultiLanguage.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
!insertmacro MUI_LANGUAGE "Vietnamese"
!insertmacro MUI_LANGUAGE "Welsh"
!insertmacro MUI_LANGUAGE "Corsican"
!insertmacro MUI_LANGUAGE "Tatar"

; Other unicode only untranslated languages but usable even so.
!insertmacro MUI_LANGUAGE "Georgian"
Expand Down
9 changes: 5 additions & 4 deletions Examples/UltraModernUI/NSISUltraModernUI.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; o-----------------------------------------------o
; | NSIS 3.02 + Ultra-Modern User Interface 2.0b4 |
; | NSIS 3.03 + Ultra-Modern User Interface 2.0b4 |
; (-----------------------------------------------)
; | Installer script. |
; | Written by SyperPat |
Expand All @@ -15,10 +15,10 @@
!define UMUI_VERBUILD "2.0_${NOW}"

!define VER_MAJOR 3
!define VER_MINOR 02
!define VER_REVISION 1
!define VER_MINOR 03
!define VER_REVISION 0
!define VER_BUILD 0
!define VER_REV_STR ".1"
!define VER_REV_STR ""

!define VERSION "${VER_MAJOR}.${VER_MINOR}${VER_REV_STR}"
!if "${NSIS_VERSION}" != "v${VERSION}"
Expand Down Expand Up @@ -275,6 +275,7 @@
!insertmacro MUI_LANGUAGE "Vietnamese"
!insertmacro MUI_LANGUAGE "Welsh"
!insertmacro MUI_LANGUAGE "Corsican"
!insertmacro MUI_LANGUAGE "Tatar"

; Other unicode only untranslated languages but usable even so.
!insertmacro MUI_LANGUAGE "Georgian"
Expand Down
9 changes: 5 additions & 4 deletions Examples/UltraModernUI/UltraModernUI.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

; For language file selection
!define VER_MAJOR 3
!define VER_MINOR 02
!define VER_REV_STR ".1"
!define VER_MINOR 03
!define VER_REV_STR ""

!if "${NSIS_VERSION}" != "v${VER_MAJOR}.${VER_MINOR}${VER_REV_STR}"
!error "VER_MAJOR, VER_MINOR and VER_REV_STR defines does not match the current NSIS version: ${NSIS_VERSION}"
Expand All @@ -25,12 +25,12 @@

!define /date VERIPV "200.%Y.%m.%d"
VIProductVersion "${VERIPV}"
VIAddVersionKey ProductName "Ultra-Modern User Interface for NSIS (Nullsoft Scriptable Install System) version 2.42+ x86 ansi edition and NSIS version 3 x86 edition."
VIAddVersionKey ProductName "Ultra-Modern User Interface for NSIS (Nullsoft Scriptable Install System) version 3 x86 edition."
VIAddVersionKey ProductVersion "${UMUI_VERSION}"
VIAddVersionKey Comments "A new User Interface for NSIS with a style like the most recent installers. This package also include some plugins used by UMUI to extend the possibilities of NSIS."
VIAddVersionKey LegalTrademarks "UltraModernUI is released under the zlib/libpng license: http://nsis.sf.net/License"
VIAddVersionKey LegalCopyright "Copyright � 2005-2018 SuperPat"
VIAddVersionKey FileDescription "Ultra-Modern User Interface for NSIS (Nullsoft Scriptable Install System) version 2.42+ x86 ansi edition and NSIS version 3 x86 edition."
VIAddVersionKey FileDescription "Ultra-Modern User Interface for NSIS (Nullsoft Scriptable Install System) version 3 x86 edition."
VIAddVersionKey FileVersion "${UMUI_VERBUILD}"


Expand Down Expand Up @@ -268,6 +268,7 @@
!insertmacro MUI_LANGUAGE "Vietnamese"
!insertmacro MUI_LANGUAGE "Welsh"
!insertmacro MUI_LANGUAGE "Corsican"
!insertmacro MUI_LANGUAGE "Tatar"
; Other unicode only untranslated languages but usable even so.
!insertmacro MUI_LANGUAGE "Georgian"
Expand Down

0 comments on commit 8f13822

Please sign in to comment.