[geany/geany-plugins] 254eca: Depend on Geany 1.22
Enrico Tröger
git-noreply at xxxxx
Sun Jul 1 08:31:31 UTC 2012
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun, 01 Jul 2012 08:31:31
Commit: 254eca241a0558d000ad208d2143b0c84481f271
https://github.com/geany/geany-plugins/commit/254eca241a0558d000ad208d2143b0c84481f271
Log Message:
-----------
Depend on Geany 1.22
Modified Paths:
--------------
build/geany-plugins.nsi
Modified: build/geany-plugins.nsi
4 files 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 "0.21"
+!define REQUIRED_GEANY_VERSION "1.22"
!define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;;
@@ -48,7 +48,7 @@ VIProductVersion "${PRODUCT_VERSION_ID}"
VIAddVersionKey "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey "FileVersion" "${PRODUCT_VERSION}"
VIAddVersionKey "ProductVersion" "${PRODUCT_VERSION}"
-VIAddVersionKey "LegalCopyright" "Copyright 2009-2011 by the Geany developer team"
+VIAddVersionKey "LegalCopyright" "Copyright 2009-2012 by the Geany developer team"
VIAddVersionKey "FileDescription" "${PRODUCT_NAME} Installer"
BrandingText "$(^NAME) installer (NSIS 2.46)"
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list