summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 91c937df63..7ca2cacb22 100644
--- a/configure.in
+++ b/configure.in
@@ -40,9 +40,9 @@ PHP_CANONICAL_HOST_TARGET
AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
-MINOR_VERSION=2
-RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+MINOR_VERSION=1
+RELEASE_VERSION=4
+EXTRA_VERSION=""
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context