projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c8d7d
)
# First shot at 4.0b3.
author
Stig Bakken
<ssb@php.net>
Thu, 4 Nov 1999 09:40:44 +0000
(09:40 +0000)
committer
Stig Bakken
<ssb@php.net>
Thu, 4 Nov 1999 09:40:44 +0000
(09:40 +0000)
configure.in
patch
|
blob
|
history
main/php_version.h
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 037abedf9c7a6e8d1051949335c7afd47d559f8a..2beb949438b39435fac3f97f2379bc3eb8bb4743 100644
(file)
--- a/
configure.in
+++ b/
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.0
B3-dev
)
+AM_INIT_AUTOMAKE(php, 4.0
b3
)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
diff --git
a/main/php_version.h
b/main/php_version.h
index 689fd183bafe8907d9e78b0b6af78333786916cc..651fe3bbd79a0d9276a0118251bc510dce053080 100644
(file)
--- a/
main/php_version.h
+++ b/
main/php_version.h
@@
-1,3
+1,3
@@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
-#define PHP_VERSION "4.0
B3-dev
"
+#define PHP_VERSION "4.0
b3
"