Skip to content

Commit

Permalink
update release date and srouce code version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Nov 17, 2016
1 parent 716885e commit d5b121e
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 @@ -44,7 +44,7 @@ Documentation: https://gitlab.com/pmjones/phprequest
<email>pmjones@php.net</email>
<active>yes</active>
</lead>
<date>2016-11-11</date>
<date>2016-11-17</date>
<version>
<release>1.0.0a1</release>
<api>1.0.0a1</api>
Expand Down
2 changes: 1 addition & 1 deletion php_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define PHP_REQUEST_H

#define PHP_REQUEST_NAME "request"
#define PHP_REQUEST_VERSION "0.0.0"
#define PHP_REQUEST_VERSION "1.0.0a1"

extern zend_module_entry request_module_entry;
#define phpext_request_ptr &request_module_entry
Expand Down

0 comments on commit d5b121e

Please sign in to comment.