mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00

configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org>
8 lines
272 B
C
8 lines
272 B
C
/* automatically generated by configure */
|
|
/* edit configure.ac to change version number */
|
|
#define PHP_MAJOR_VERSION 7
|
|
#define PHP_MINOR_VERSION 2
|
|
#define PHP_RELEASE_VERSION 0
|
|
#define PHP_EXTRA_VERSION "-dev"
|
|
#define PHP_VERSION "7.2.0-dev"
|
|
#define PHP_VERSION_ID 70200
|