Browse Source

4.0b3 coming up

experimetnal/RETURN_REF_PATCH
Stig Bakken 27 years ago
parent
commit
65557ffe88
  1. 2
      configure.in
  2. 2
      main/php_version.h

2
configure.in

@ -34,7 +34,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up.
divert(1)
dnl ## This is where the version number is changed from now on!
AM_INIT_AUTOMAKE(php, 4.0b3-RC5)
AM_INIT_AUTOMAKE(php, 4.0b3)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new

2
main/php_version.h

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
#define PHP_VERSION "4.0b3-RC5"
#define PHP_VERSION "4.0b3"
Loading…
Cancel
Save