Skip to content

Commit

Permalink
Go with 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed May 29, 2019
1 parent 09efe93 commit f2e23d9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions package.xml
Expand Up @@ -20,20 +20,22 @@ punctuation and spacing.
<email>derick@php.net</email>
<active>yes</active>
</lead>
<date>2015-11-27</date>
<time>11:11:11</time>

<date>2019-05-29</date>
<time>11:02:12</time>
<version>
<release>0.6.2</release>
<api>0.6.2</api>
<release>0.6.3</release>
<api>0.6.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
PHP 7 support
Repackage, and drop PHP &lt; 5.6 support.
</notes>

<contents>
<dir name="/">
<dir name="data">
Expand Down Expand Up @@ -69,7 +71,7 @@ PHP 7 support
<dependencies>
<required>
<php>
<min>5.1.0</min>
<min>5.6.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
Expand All @@ -80,6 +82,23 @@ PHP 7 support
<extsrcrelease />
<changelog>

<release>
<date>2015-11-27</date>
<time>11:11:11</time>
<version>
<release>0.6.2</release>
<api>0.6.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD style</license>
<notes>
PHP 7 support
</notes>
</release>

<release>
<date>2011-06-15</date>
<time>12:12:58</time>
Expand Down
2 changes: 1 addition & 1 deletion php_translit.h
Expand Up @@ -26,7 +26,7 @@ typedef struct translit_filter_entry {
extern zend_module_entry translit_module_entry;
#define phpext_translit_ptr &translit_module_entry

#define PHP_TRANSLIT_VERSION "0.6.2"
#define PHP_TRANSLIT_VERSION "0.6.3"

#ifdef PHP_WIN32
#define PHP_TRANSLIT_API __declspec(dllexport)
Expand Down

0 comments on commit f2e23d9

Please sign in to comment.