Skip to content

Commit 2bc52f9

Browse files
committed
Merge pull request #1145
2 parents 8c992d1 + 6fe08b8 commit 2bc52f9

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
MongoDB Driver for PHP
2-
Hannes Magnusson, Jeremy Mikola, Derick Rethans, Katherine Walker
2+
Andreas Braun, Jeremy Mikola

bin/prep-release.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ function get_files() {
8383
"README*",
8484
"LICENSE",
8585
"CREDITS",
86+
"CONTRIBUTING*",
87+
"THIRD_PARTY_NOTICES",
8688
)
8789
);
8890
$files = array();

template.rc

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@ BEGIN
3333
BEGIN
3434
BLOCK "040904b0"
3535
BEGIN
36-
VALUE "Comments", THANKS_GUYS "\0"
37-
VALUE "CompanyName", "MongoDB, Inc.\0"
38-
VALUE "FileDescription", FILE_DESCRIPTION "\0"
39-
VALUE "FileVersion", PHP_MONGODB_VERSION "\0"
40-
VALUE "InternalName", FILE_NAME "\0"
41-
VALUE "LegalCopyright", "Copyright � 2014-present MongoDB, Inc.\0"
42-
VALUE "OriginalFilename", FILE_NAME "\0"
43-
VALUE "PrivateBuild", "\0"
44-
VALUE "ProductName", "MongoDB Driver for PHP\0"
45-
VALUE "ProductVersion", PHP_MONGODB_VERSION "\0"
46-
VALUE "URL", "https://docs.mongodb.com/ecosystem/drivers/php/"
36+
VALUE "Comments", THANKS_GUYS
37+
VALUE "CompanyName", "MongoDB, Inc."
38+
VALUE "FileDescription", FILE_DESCRIPTION
39+
VALUE "FileVersion", PHP_MONGODB_VERSION
40+
VALUE "InternalName", FILE_NAME
41+
VALUE "LegalCopyright", "Copyright � 2014-present MongoDB, Inc."
42+
VALUE "OriginalFilename", FILE_NAME
43+
VALUE "ProductName", "MongoDB Driver for PHP"
44+
VALUE "ProductVersion", PHP_MONGODB_VERSION
45+
VALUE "URL", "https://docs.mongodb.com/drivers/php"
4746
END
4847
END
4948
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)