added back "v" prefix to NSIS_VERSION
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4550 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
be936b0b3c
commit
dd306c7798
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ f.close()
|
|||
|
||||
# write version into version.h
|
||||
f = open(File('#Source/version.h').abspath, 'w')
|
||||
f.write('#define NSIS_VERSION "%s"' % defenv['VERSION'])
|
||||
f.write('#define NSIS_VERSION "v%s"' % defenv['VERSION'])
|
||||
f.close()
|
||||
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue