Skip to content

Commit cf0c7a9

Browse files
author
Andi Gutmans
committed
- Back to -dev
1 parent fd3d8e9 commit cf0c7a9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? Jun 2005, PHP 5.1 Beta 3
4+
35
20 Jun 2005, PHP 5.1 Beta 2
46
- Improved PHP extension loading mechanism with support for module dependencies
57
and conflicts. (Jani, Dmitry)

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef ZEND_H
2323
#define ZEND_H
2424

25-
#define ZEND_VERSION "2.1.0b2"
25+
#define ZEND_VERSION "2.1.0-dev"
2626

2727
#define ZEND_ENGINE_2
2828

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4242
MAJOR_VERSION=5
4343
MINOR_VERSION=1
4444
RELEASE_VERSION=0
45-
EXTRA_VERSION="b2"
45+
EXTRA_VERSION="-dev"
4646
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
4747

4848
dnl Define where extension directories are located in the configure context

main/php_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 1
55
#define PHP_RELEASE_VERSION 0
6-
#define PHP_EXTRA_VERSION "b2"
7-
#define PHP_VERSION "5.1.0b2"
6+
#define PHP_EXTRA_VERSION "-dev"
7+
#define PHP_VERSION "5.1.0-dev"

0 commit comments

Comments
 (0)