Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e1adc9

Browse files
committedMay 17, 2025··
fixup! feat: add function num_cpus
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 49d62e7 commit 1e1adc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎main/php_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* automatically generated by configure */
22
/* edit configure.ac to change version number */
33
#define PHP_MAJOR_VERSION 8
4-
#define PHP_MINOR_VERSION 3
4+
#define PHP_MINOR_VERSION 5
55
#define PHP_RELEASE_VERSION 0
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "8.3.0-dev"
8-
#define PHP_VERSION_ID 80300
7+
#define PHP_VERSION "8.5.0-dev"
8+
#define PHP_VERSION_ID 80500

0 commit comments

Comments
 (0)
Please sign in to comment.