Branch: refs/heads/master Author: Enrico Troeger enrico.troeger@uvena.de Committer: Enrico Troeger enrico.troeger@uvena.de Date: Fri, 17 Jun 2016 18:31:34 UTC Commit: c005a9a22cf8a34e302b4d21dbbd8966cbd07592 https://github.com/geany/geany-plugins/commit/c005a9a22cf8a34e302b4d21dbbd89...
Log Message: ----------- Windows: update version numbers of used components in the installer
Modified Paths: -------------- build/geany-plugins.nsi
Modified: build/geany-plugins.nsi 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -38,7 +38,7 @@ RequestExecutionLevel highest ; set execution level for Windows Vista !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall${PRODUCT_NAME}" !define PRODUCT_DIR_REGKEY "Software\Geany-Plugins" !define GEANY_DIR_REGKEY "Software\Geany" -!define REQUIRED_GEANY_VERSION "1.27.0" +!define REQUIRED_GEANY_VERSION "1.28.0" !define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;; @@ -51,7 +51,7 @@ VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}" VIAddVersionKey "LegalCopyright" "Copyright 2009-2016 by the Geany developer team" VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
-BrandingText "$(^NAME) installer (NSIS 2.46)" +BrandingText "$(^NAME) installer (NSIS 2.51)" Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" SetCompressor /SOLID lzma ShowInstDetails hide
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org