1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00
Files
archived-php-src/main/php_version.h
Stanislav Malyshev 53d9643431 Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4:
  bump version
  Update NEWS

Conflicts:
	configure.in
	main/php_version.h
2013-08-19 23:23:21 -07:00

9 lines
272 B
C

/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.5.4-dev"
#define PHP_VERSION_ID 50504