Skip to content

Commit

Permalink
Updated to version 2022.6 (2022f)
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Nov 2, 2022
1 parent fb6fbdc commit 6b164b3
Show file tree
Hide file tree
Showing 3 changed files with 11,303 additions and 11,295 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ located at http://www.iana.org/time-zones.
<email>derick@php.net</email>
<active>yes</active>
</lead>
<date>2022-10-12</date>
<date>2022-11-02</date>
<time>21:56:27</time>
<version>
<release>2022.5</release>
<api>2022.5</api>
<release>2022.6</release>
<api>2022.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
Updated to version 2022.5 (2022e)
Updated to version 2022.6 (2022f)
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_timezonedb.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
extern zend_module_entry timezonedb_module_entry;
#define phpext_timezonedb_ptr &timezonedb_module_entry

#define PHP_TIMEZONEDB_VERSION "2022.5"
#define PHP_TIMEZONEDB_VERSION "2022.6"

PHP_MINIT_FUNCTION(timezonedb);
PHP_MINFO_FUNCTION(timezonedb);
Expand Down
Loading

0 comments on commit 6b164b3

Please sign in to comment.