File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
#ifndef ZEND_H
23
23
#define ZEND_H
24
24
25
- #define ZEND_VERSION "2.1.0b3 "
25
+ #define ZEND_VERSION "2.1.0-dev "
26
26
27
27
#define ZEND_ENGINE_2
28
28
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
42
42
MAJOR_VERSION=5
43
43
MINOR_VERSION=1
44
44
RELEASE_VERSION=0
45
- EXTRA_VERSION="b3 "
45
+ EXTRA_VERSION="-dev "
46
46
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
47
47
48
48
dnl Define where extension directories are located in the configure context
Original file line number Diff line number Diff line change 3
3
#define PHP_MAJOR_VERSION 5
4
4
#define PHP_MINOR_VERSION 1
5
5
#define PHP_RELEASE_VERSION 0
6
- #define PHP_EXTRA_VERSION "b3 "
7
- #define PHP_VERSION "5.1.0b3 "
6
+ #define PHP_EXTRA_VERSION "-dev "
7
+ #define PHP_VERSION "5.1.0-dev "
You can’t perform that action at this time.
0 commit comments