]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Fri, 28 Oct 2005 15:45:05 +0000 (15:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 28 Oct 2005 15:45:05 +0000 (15:45 +0000)
configure.in
main/php_version.h

index 28cf9362edbd1047f5998570c5ac6b9acc1117c1..73c546da03588e51b389d8b511cafadfa66d03c7 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC4"
+EXTRA_VERSION="RC5-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index eedd3d30dd93e9280d75066752235d1895b95031..60293fac082be7e11fea8ccba3b682ed68e44f91 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.1.0RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.1.0RC5-dev"