Browse Source

MFH:

* We dont need to wrap to two lines here, its small enough to show with a standard sized cmd window
* Bump copyright year in the .rc
experimental/5.3-FPM
Kalle Sommer Nielsen 17 years ago
parent
commit
3dcd2b6ace
  1. 3
      win32/build/mkdist.php
  2. 4
      win32/build/template.rc

3
win32/build/mkdist.php

@ -486,8 +486,7 @@ if (file_exists($snapshot_template)) {
}
}
} else {
echo "WARNING: you don't have a snapshot template\n";
echo " your dist will not be complete\n";
echo "WARNING: you don't have a snapshot template, your dist will not be complete\n";
}
?>

4
win32/build/template.rc

@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#endif
#ifndef URL
#define URL "http://www.php.net"
#define URL "http://www.php.net/"
#endif
#ifndef EXT_VERSION
@ -65,7 +65,7 @@ BEGIN
#endif
VALUE "FileVersion", EXT_VERSION
VALUE "InternalName", INTERNAL_NAME
VALUE "LegalCopyright", "Copyright © 1997-2008 The PHP Group"
VALUE "LegalCopyright", "Copyright © 1997-2009 The PHP Group"
VALUE "LegalTrademarks", "PHP"
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "PHP"

Loading…
Cancel
Save