summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-06-26 15:44:19 +0000
committerJohannes Schlüter <johannes@php.net>2009-06-26 15:44:19 +0000
commit4b4283bdc0c578971f863a2a53b8a95c59cfc2d0 (patch)
tree86465cdd2e69de44506068880bb69960a1de5a54 /main
parente1ae9330311232385914e8151e24d2566396dde3 (diff)
downloadphp-git-4b4283bdc0c578971f863a2a53b8a95c59cfc2d0.tar.gz
Bump version to 5.3.0 and API Nos. up
Diffstat (limited to 'main')
-rw-r--r--main/php.h2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h
index b94e8576e3..52f19093b7 100644
--- a/main/php.h
+++ b/main/php.h
@@ -26,7 +26,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20041225
+#define PHP_API_VERSION 20090626
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
diff --git a/main/php_version.h b/main/php_version.h
index 8f0336bef0..b73190a26b 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 "RC5-dev"
-#define PHP_VERSION "5.3.0RC5-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.0"
#define PHP_VERSION_ID 50300