Skip to content

Commit

Permalink
Fix version mismatch, version strings must be equal in package.xml an…
Browse files Browse the repository at this point in the history
…d php_rnp.h, update version to 0.1.1
  • Loading branch information
antonsviridenko committed Oct 25, 2022
1 parent 88ab1e7 commit 6a750c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</lead>
<date>2022-10-25</date>
<version>
<release>0.1</release>
<release>0.1.1</release>
<api>0.1</api>
</version>
<stability>
Expand Down Expand Up @@ -78,7 +78,7 @@
<changelog>
<release>
<version>
<release>0.1</release>
<release>0.1.1</release>
<api>0.1</api>
</version>
<stability>
Expand Down
2 changes: 1 addition & 1 deletion php_rnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static inline php_rnp_ffi_t *rnp_ffi_t_from_obj(zend_object *obj)

PHP_RNP_API extern zend_class_entry *rnp_ffi_t_ce;

# define PHP_RNP_VERSION "0.1.0"
# define PHP_RNP_VERSION "0.1.1"

# if defined(ZTS) && defined(COMPILE_DL_RNP)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit 6a750c0

Please sign in to comment.