summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2008-12-03 20:40:59 +0000
committerJohannes Schlüter <johannes@php.net>2008-12-03 20:40:59 +0000
commit2cfbe8c9ff5077e6bb012233d48f519133a436b9 (patch)
treec60b37fa36e383a35934552ea72a5496ceb87ad3 /main/php_version.h
parentcf4a811b57763aa7eadd9af36bc26dad1da27d2a (diff)
downloadphp-git-2cfbe8c9ff5077e6bb012233d48f519133a436b9.tar.gz
5.3.0. Alpha 3
Diffstat (limited to 'main/php_version.h')
-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 ba026676a0..68aeebdcdc 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "alpha3-dev"
-#define PHP_VERSION "5.3.0alpha3-dev"
+#define PHP_EXTRA_VERSION "alpha3"
+#define PHP_VERSION "5.3.0alpha3"
#define PHP_VERSION_ID 50300