diff --git a/SConstruct b/SConstruct index 8471ca3d..072d186c 100644 --- a/SConstruct +++ b/SConstruct @@ -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() ######################################################################