]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 20 Apr 2006 23:09:20 +0000 (23:09 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 20 Apr 2006 23:09:20 +0000 (23:09 +0000)
configure.in
main/php_version.h

index 286a3bd2d4b26a24b54ec1993829b75f1fb221b7..789565f64134397e311dad87f3cd58fb73126d2b 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=3
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index ecb7807f99e88f2a9375edb18e923865c82f3846..996901418098fc0a4c7b5b8a76c7bc89a64b9f84 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.1.3RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.1.3RC4-dev"