Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update package.xml, bump version
  • Loading branch information
monque committed Mar 5, 2017
1 parent ad2dc4a commit 8b4d18b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/trace_version.h
Expand Up @@ -17,6 +17,6 @@
#ifndef TRACE_VERSION_H
#define TRACE_VERSION_H

#define TRACE_VERSION "1.0.0-beta"
#define TRACE_VERSION "1.0.1-beta"

#endif
13 changes: 8 additions & 5 deletions package.xml
Expand Up @@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<name>Anan Zhao</name>
<user>flabby</user>
<email>flabbyan@gmail.com</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Bing Bai</name>
<user>silkcut</user>
<email>silkcutbeta@gmail.com</email>
<active>yes</active>
</lead>
<date>2016-12-30</date>
<date>2017-03-05</date>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.0.1-beta</release>
<api>1.0.1-beta</api>
</version>
<stability>
<release>beta</release>
Expand Down Expand Up @@ -111,6 +111,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<file role="test" name="trace_014.phpt"/>
<file role="test" name="trace_015.phpt"/>
<file role="test" name="trace_016.phpt"/>
<file role="test" name="trace_017_special_func.phpt"/>
<file role="test" name="trace_018_special_func.phpt"/>
</dir> <!-- tests -->
<file role="src" name="Makefile.frag"/>
<file role="src" name="config.m4"/>
Expand All @@ -129,6 +131,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</dir> <!-- src -->
<file role="doc" name="CHANGES.md"/>
<file role="doc" name="CHANGES_ZH.md"/>
<file role="php" name="example.php"/>
<file role="doc" name="LICENSE"/>
<file role="doc" name="README.md"/>
<file role="doc" name="README_ZH.md"/>
Expand All @@ -137,7 +140,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<dependencies>
<required>
<php>
<min>5.1</min>
<min>5.2</min>
</php>
<pearinstaller>
<min>1.4.0</min>
Expand Down

0 comments on commit 8b4d18b

Please sign in to comment.