summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-15 22:46:49 -0700
committerStanislav Malyshev <stas@php.net>2012-05-15 22:46:49 -0700
commitbe8b1c74cfde32422482403385ded3e8240a2c4b (patch)
tree7bce3ecffffe9c3d459ff7878cfc31834f45819d /main/php_version.h
parentdf2a38e7f8603f51afa4c2257b3369067817d818 (diff)
downloadphp-git-be8b1c74cfde32422482403385ded3e8240a2c4b.tar.gz
to 5.4.5-dev
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 fce469db7d..6b49f40864 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 4
+#define PHP_RELEASE_VERSION 5
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.4-dev"
+#define PHP_VERSION "5.4.5-dev"
#define PHP_VERSION_ID 50404