We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8fe37 commit 476c5b3Copy full SHA for 476c5b3
src/phongo_version.h renamed to phongo_version.h
@@ -17,6 +17,10 @@
17
#ifndef PHONGO_VERSION_H
18
#define PHONGO_VERSION_H
19
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
+
24
/* clang-format off */
25
#define PHP_MONGODB_VERSION "1.14.0-dev"
26
#define PHP_MONGODB_STABILITY "devel"
template.rc
@@ -6,7 +6,7 @@
6
7
#include "winres.h"
8
#include "main/php_version.h"
9
-#include "src/phongo_version.h"
+#include "phongo_version.h"
10
11
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
12
#pragma code_page(1252)
0 commit comments