git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4485 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-20 12:36:30 +00:00
parent 0cc9b00ff1
commit c16ca4f9fc
12 changed files with 16 additions and 16 deletions

View file

@ -2,13 +2,13 @@
;Macro System
;Written by Joost Verburg
;Copyright © 2002-2005 Joost Verburg
;Copyright © 2002-2006 Joost Verburg
;Documentation: Readme.html
;License: License.txt
;Examples: Examples\Modern UI
!echo "NSIS Modern User Interface version 1.74 - © 2002-2005 Joost Verburg"
!echo "NSIS Modern User Interface version 1.74 - © 2002-2006 Joost Verburg"
;--------------------------------