From 8df3c31d86f53c54644c9f450dcbcacf2136e7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Mon, 1 Sep 2008 20:30:44 +0000 Subject: dev -> release --- main/php_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/php_version.h') diff --git a/main/php_version.h b/main/php_version.h index aa301ca1c9..91db86fd5b 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 "alpha2-dev" -#define PHP_VERSION "5.3.0alpha2-dev" +#define PHP_EXTRA_VERSION "alpha2" +#define PHP_VERSION "5.3.0alpha2" #define PHP_VERSION_ID 50300 -- cgit v1.2.1