summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-11-12 17:25:17 +0100
committerDavid Soria Parra <dsp@php.net>2012-11-13 21:00:16 +0100
commita54db3838f780628d898369c4cfcf41f5bded97c (patch)
treed15d49f54df8e071925ecb67bde4cbb77a362c49 /main
parentad4a87f798a43642ca7686df61a010a5b988684c (diff)
downloadphp-git-php-5.5.0alpha1.tar.gz
PHP 5.5.0alpha1php-5.5.0alpha1
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 1995834e03..bc4a236dc0 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.0-dev"
+#define PHP_EXTRA_VERSION "alpha1"
+#define PHP_VERSION "5.5.0alpha1"
#define PHP_VERSION_ID 50500