1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
Files
archived-php-src/main/php_version.h
Pierrick Charron b7ff727ada Prepare PHP 8.2.1
2023-01-03 13:25:59 -05:00

9 lines
264 B
C

/* automatically generated by configure */
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "8.2.1"
#define PHP_VERSION_ID 80201