--- a/application/sis/increment_buildno.py Mon Nov 15 22:54:58 2010 +0000
+++ b/application/sis/increment_buildno.py Mon Nov 15 23:37:25 2010 +0000
@@ -40,7 +40,7 @@
def update_header(header_file, buildno):
print 'Writing %s' % header_file
- buildno_str = '// Build number generated by increment_buildno.py, do not edit manually\r\n#define BUILD_NO %d' % buildno
+ buildno_str = '// Build number generated by increment_buildno.py, do not edit manually\r\n#define BUILD_NO %d\r\n' % buildno
f = open(header_file, 'w')
f.write(buildno_str)