Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Mar 18, 2015
1 parent 3f22262 commit 4788802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ This extension does not provide any INI entries, constants, functions or classes
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-03-10</date>
<date>2015-03-18</date>
<version>
<release>1.0.0RC1</release>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
Expand Down
2 changes: 1 addition & 1 deletion php_apfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extern zend_module_entry apfd_module_entry;
#define phpext_apfd_ptr &apfd_module_entry

#define PHP_APFD_VERSION "1.0.0RC1"
#define PHP_APFD_VERSION "1.0.0"

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

0 comments on commit 4788802

Please sign in to comment.