commit 71e6ce91da79a6626ac4776a15388cb2dfe92196 Author: David Gal Date: Fri Jul 5 11:26:20 2019 +0300 Release updates for windows build files diff --git a/CMakeLists.txt b/CMakeLists.txt index 71a4ede..64059ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,10 +2,10 @@ cmake_minimum_required (VERSION 3.1.0) project (XyGrib) set(VERSION_MAJOR 1) set(VERSION_MINOR 2) -set(VERSION_PATCH 5) +set(VERSION_PATCH 6) set(XYGRIB_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") -set(XYGRIB_VERSION_DATE "2019-02-16") +set(XYGRIB_VERSION_DATE "2019-07-05") set(CMAKE_VERBOSE_MAKEFILE ON) diff --git a/win-deploy-and-installer.sh b/win-deploy-and-installer.sh index b6e34e1..e4c9f88 100644 --- a/win-deploy-and-installer.sh +++ b/win-deploy-and-installer.sh @@ -29,7 +29,7 @@ # # UPDATE VERSION AND RELEASE DATES in xml files -XVER="v1.2.2" +XVER="v1.2.6" ## run the Qt windows deployment tool to create the executable package cd deploy diff --git a/win_online_installer/Instructions to build.txt b/win_online_installer/Instructions to build.txt index afbddfa..ec4023f 100644 --- a/win_online_installer/Instructions to build.txt +++ b/win_online_installer/Instructions to build.txt @@ -4,6 +4,7 @@ Instructions For Windows Online Installer First create the binary deployment package ******************************************* +Before final built update version and release date in CMakeLists.txt Copy the release version of the XyGrib.exe file to the deployment folder Run windeployqt --no-translations --release --no-opengl-sw .\XyGrib.exe in the deployment folder. Add libopenjp2.dll (as this is missed for some reason) diff --git a/win_online_installer/config/config.xml b/win_online_installer/config/config.xml index 249b51e..2ca008e 100644 --- a/win_online_installer/config/config.xml +++ b/win_online_installer/config/config.xml @@ -1,7 +1,7 @@ XyGrib - 1.2.2 + 1.2.6 XyGrib OpenGribs.org https://opengribs.org/en/xygrib diff --git a/win_online_installer/packages/org.opengribs.xygrib.core.win/meta/package.xml b/win_online_installer/packages/org.opengribs.xygrib.core.win/meta/package.xml index 3933908..105d874 100644 --- a/win_online_installer/packages/org.opengribs.xygrib.core.win/meta/package.xml +++ b/win_online_installer/packages/org.opengribs.xygrib.core.win/meta/package.xml @@ -2,8 +2,8 @@ XyGrib Core Application Files Executable and libraries needed to run the application. - 1.2.0 - 2018-11-16 + 1.2.6 + 2019-07-05 diff --git a/win_online_installer/packages/org.opengribs.xygrib.data/meta/package.xml b/win_online_installer/packages/org.opengribs.xygrib.data/meta/package.xml index 86e01bb..4403343 100644 --- a/win_online_installer/packages/org.opengribs.xygrib.data/meta/package.xml +++ b/win_online_installer/packages/org.opengribs.xygrib.data/meta/package.xml @@ -2,8 +2,8 @@ XyGrib Static Data Data needed by XyGrib such as maps, gis info, color schemes and translations - 1.2.0 - 2018-11-16 + 1.2.6 + 2019-07-05 true 002