mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
# First shot at 4.0b3.
This commit is contained in:
parent
a4c8d7dddc
commit
f2099fccfb
2 changed files with 2 additions and 2 deletions
|
@ -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-dev)
|
||||
AM_INIT_AUTOMAKE(php, 4.0b3)
|
||||
|
||||
PHP_VERSION=$VERSION
|
||||
echo "/* automatically generated by configure */" > php_version.h.new
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* automatically generated by configure */
|
||||
/* edit configure.in.in to change version number */
|
||||
#define PHP_VERSION "4.0B3-dev"
|
||||
#define PHP_VERSION "4.0b3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue