Skip to content

Commit

Permalink
Bumped version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 7, 2021
1 parent aeec891 commit 9ee9ba9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"conflict": {
"ext-maxminddb": "<1.8.0,>=2.0.0"
"ext-maxminddb": "<1.9.0,>=2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down
2 changes: 1 addition & 1 deletion ext/php_maxminddb.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#ifndef PHP_MAXMINDDB_H
#define PHP_MAXMINDDB_H 1
#define PHP_MAXMINDDB_VERSION "1.8.0"
#define PHP_MAXMINDDB_VERSION "1.9.0"
#define PHP_MAXMINDDB_EXTNAME "maxminddb"

extern zend_module_entry maxminddb_module_entry;
Expand Down
9 changes: 5 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2020-10-01</date>
<date>2021-01-07</date>
<version>
<release>1.8.0</release>
<api>1.8.0</api>
<release>1.9.0</release>
<api>1.9.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/maxmind/MaxMind-DB-Reader-php/blob/master/LICENSE">Apache License 2.0</license>
<notes>* Fixes for PHP 8.0. Pull Request by Remi Collet. GitHub #108.</notes>
<notes>* The `maxminddb` extension is now buildable on Windows. Pull request
by Jan Ehrhardt. GitHub #115.</notes>
<contents>
<dir name="/">
<file role="doc" name="LICENSE"/>
Expand Down

0 comments on commit 9ee9ba9

Please sign in to comment.