Skip to content

Commit e75c469

Browse files
committed
go ahead with stable 1.3.0... no functional code changes, so no alpha necessary
git-svn-id: https://svn.php.net/repository/pear/packages/XML_Parser/trunk@265447 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent a8187a6 commit e75c469

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
require_once 'PEAR/PackageFileManager.php';
44

5-
$version = '1.3.0a1';
6-
$state = 'alpha';
5+
$version = '1.3.0';
6+
$state = 'stable';
77

88
$notes = <<<EOT
99
- switch to BSD License

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Furthermore its now possible to split the parser from the handler object, so you
3636
</maintainer>
3737
</maintainers>
3838
<release>
39-
<version>1.3.0a1</version>
39+
<version>1.3.0</version>
4040
<date>2008-08-24</date>
4141
<license>PHP License</license>
42-
<state>alpha</state>
42+
<state>stable</state>
4343
<notes>- switch to BSD License
4444
- switch to package.xml v2
4545
- PEAR CS cleanup

package2.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Furthermore its now possible to split the parser from the handler object, so you
4040
<date>2008-08-24</date>
4141
<time>16:53:55</time>
4242
<version>
43-
<release>1.3.0a1</release>
44-
<api>1.3.0a1</api>
43+
<release>1.3.0</release>
44+
<api>1.3.0</api>
4545
</version>
4646
<stability>
47-
<release>alpha</release>
47+
<release>stable</release>
4848
<api>alpha</api>
4949
</stability>
5050
<license uri="http://www.php.net/license">PHP License</license>
@@ -416,11 +416,11 @@ XML_Parser_Simple:
416416
</release>
417417
<release>
418418
<version>
419-
<release>1.3.0a1</release>
420-
<api>1.3.0a1</api>
419+
<release>1.3.0</release>
420+
<api>1.3.0</api>
421421
</version>
422422
<stability>
423-
<release>alpha</release>
423+
<release>stable</release>
424424
<api>alpha</api>
425425
</stability>
426426
<date>2008-08-24</date>

0 commit comments

Comments
 (0)