Skip to content

Commit 476c5b3

Browse files
authored
PHPC-2078: Move phongo_version.h back to repository root (#1329)
1 parent 5d8fe37 commit 476c5b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/phongo_version.h renamed to phongo_version.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
#ifndef PHONGO_VERSION_H
1818
#define PHONGO_VERSION_H
1919

20+
/* Note: this file should remain in the repository's root directory so that
21+
* PECL's release-upload.php script can verify the version information when
22+
* publishing a release. */
23+
2024
/* clang-format off */
2125
#define PHP_MONGODB_VERSION "1.14.0-dev"
2226
#define PHP_MONGODB_STABILITY "devel"

template.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include "winres.h"
88
#include "main/php_version.h"
9-
#include "src/phongo_version.h"
9+
#include "phongo_version.h"
1010

1111
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1212
#pragma code_page(1252)

0 commit comments

Comments
 (0)