]> granicus.if.org Git - php/commitdiff
s,PHP 5,PHP 7,
authorJohannes Schlüter <johannes@php.net>
Sat, 20 Sep 2014 01:27:40 +0000 (03:27 +0200)
committerJohannes Schlüter <johannes@php.net>
Sat, 20 Sep 2014 01:27:40 +0000 (03:27 +0200)
win32/sendmail.c

index 5fe33331cd0e8265fdb081d793372a1ae099b924..3e81ecd4bcc528c9e5a7d8b808c6915deed89271 100644 (file)
@@ -87,9 +87,9 @@ char LocalHost[HOST_NAME_LEN];
 #endif
 char seps[] = " ,\t\n";
 #ifndef NETWARE
-char *php_mailer = "PHP 5 WIN32";
+char *php_mailer = "PHP 7 WIN32";
 #else
-char *php_mailer = "PHP 5 NetWare";
+char *php_mailer = "PHP 7 NetWare";
 #endif /* NETWARE */
 
 /* Error messages */