summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-05-16 00:14:47 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-05-16 00:14:47 +0000
commitcc8ecca0b36647302a7036a0db62b088b8a3508f (patch)
treebb29a341d475f00ed8b1e487fa16dd3fb825b27b /main/php_version.h
parent438cc7f2013308cebe90d10fff696a0915cc1885 (diff)
downloadphp-git-cc8ecca0b36647302a7036a0db62b088b8a3508f.tar.gz
Get rid of autoconf warnings
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index bfa499ac7f..1995834e03 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 99
+#define PHP_MINOR_VERSION 5
+#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.99-dev"
-#define PHP_VERSION_ID 50399
+#define PHP_VERSION "5.5.0-dev"
+#define PHP_VERSION_ID 50500