diff --git a/SConstruct b/SConstruct index 072d186c..929560b2 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 "v%s"' % defenv['VERSION']) +f.write('#define NSIS_VERSION "v%s"\n' % defenv['VERSION']) f.close() ######################################################################