Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Oct 24, 2024
1 parent 96c3c8a commit 9f7a2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2024-09-06</date>
<version>
<release>1.0.8</release>
<release>1.0.10</release>
<api>1.0</api>
</version>
<stability>
Expand Down
2 changes: 1 addition & 1 deletion php_phpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extern zend_module_entry phpy_module_entry;
# define phpext_phpy_ptr &phpy_module_entry

# define PHP_PHPY_VERSION "1.0.9"
# define PHP_PHPY_VERSION "1.0.10"

BEGIN_EXTERN_C()
extern const char *phpy_get_python_version(void);
Expand Down

0 comments on commit 9f7a2e2

Please sign in to comment.