Skip to content

Commit 23d4f98

Browse files
committed
Go back to dev
1 parent ca24e21 commit 23d4f98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
16 Aug 2005, PHP 5.1 Release Candidate 1
3+
?? Aug 2005, PHP 5.1 Release Candidate 2
44
- Removed XML_RPC pear package from distribution and made ext/xmlrpc mandatory
55
for pear. (Rasmus)
66
- Updated bundled libraries in Windows distribution. (Edin)

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="RC1"
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 "RC1"
7-
#define PHP_VERSION "5.1.0RC1"
6+
#define PHP_EXTRA_VERSION "-dev"
7+
#define PHP_VERSION "5.1.0-dev"

0 commit comments

Comments
 (0)