read version from external file

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4058 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-05-28 18:37:09 +00:00
parent 98a9d0050a
commit 29d4d775aa

View file

@ -8,7 +8,7 @@
#
##
VERSION = '2.06'
VERSION = open('VERSION').read()
stubs = [
'bzip2',