From 0d991b3792aed2be24a9c217f97d011c81c63923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Brunner?= Date: Mon, 23 Oct 2017 19:58:14 +0200 Subject: [PATCH] Windows Installer: Bumped version number from '0.11.0.0' to '0.11.1.0' --- installers/windows/Monero.iss | 6 +++--- installers/windows/README.md | 2 +- installers/windows/ReadMe.htm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index d557d45c..ce942bfb 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -8,7 +8,7 @@ AppName=Monero GUI Wallet ; Thus it's important to keep this stable over releases ; With a different "AppName" InnoSetup would treat a mere update as a completely new application and thus mess up -AppVersion=0.11.0.0 +AppVersion=0.11.1.0 DefaultDirName={pf}\Monero GUI Wallet DefaultGroupName=Monero GUI Wallet UninstallDisplayIcon={app}\monero-wallet-gui.exe @@ -60,7 +60,7 @@ Source: "monero-daemon.bat"; DestDir: "{app}"; Flags: comparetimestamp; Source: "bin\monero-blockchain-export.exe"; DestDir: "{app}"; Flags: comparetimestamp Source: "bin\monero-blockchain-import.exe"; DestDir: "{app}"; Flags: comparetimestamp -; was present in 0.10.3.1, not present anymore in 0.11.0.0 +; was present in 0.10.3.1, not present anymore in 0.11.1.0 ; Source: "bin\monero-utils-deserialize.exe"; DestDir: "{app}"; Flags: comparetimestamp ; Various .qm files for translating the wallet UI "on the fly" into all supported languages @@ -167,7 +167,7 @@ Source: "bin\libicuuc57.dll"; DestDir: "{app}"; Flags: comparetimestamp Source: "bin\libintl-8.dll"; DestDir: "{app}"; Flags: comparetimestamp ; JasPer, support for JPEG-2000 -; was present in 0.10.3.1, not present anymore in 0.11.0.0 +; was present in 0.10.3.1, not present anymore in 0.11.1.0 ; Source: "bin\libjasper-1.dll"; DestDir: "{app}"; Flags: comparetimestamp ; libjpeg, C library for reading and writing JPEG image files diff --git a/installers/windows/README.md b/installers/windows/README.md index b3ea9ab9..85f316e2 100644 --- a/installers/windows/README.md +++ b/installers/windows/README.md @@ -38,7 +38,7 @@ The build steps in detail: 1. Install *Inno Setup*. You can get it from [here](http://www.jrsoftware.org/isdl.php) 2. Get the Inno Setup script plus related files by cloning the whole [monero-core GitHub repository](https://github.com/monero-project/monero-core); you will only need the files in the installer directory `installers\windows` however -3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the `monero-gui-0.11.0.0` directory to this `bin` subdirectory +3. The setup script is written to take the GUI wallet files from a subdirectory named `bin`; so create `installers\windows\bin`, get the zip file of the GUI wallet from [here](https://getmonero.org/downloads/), unpack it somewhere, and copy all the files and subdirectories in the `monero-gui-0.11.1.0` directory to this `bin` subdirectory 4. Start Inno Setup, load `Monero.iss` and compile it 5. The result i.e. the finished installer will be the file `mysetup.exe` in the `installers\windows\Output` subdirectory diff --git a/installers/windows/ReadMe.htm b/installers/windows/ReadMe.htm index dbac2fc4..e78fe341 100644 --- a/installers/windows/ReadMe.htm +++ b/installers/windows/ReadMe.htm @@ -23,7 +23,7 @@

Content of the Package

-

You just installed the Monero GUI wallet for Windows, release Helium Hydra, more exact version 0.11.0.0. +

You just installed the Monero GUI wallet for Windows, release Helium Hydra, more exact version 0.11.1.0. The wallet enables you to send and receive Moneroj in a secure and very private way.