Skip to content

Commit

Permalink
release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkralik committed Feb 15, 2016
1 parent 45c68c6 commit 4992d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.0] - 2016-02-15
### Added
- Vagrant configuration for testing/debugging
- Stub file for code completion in IDEs
Expand All @@ -25,4 +27,5 @@ All notable changes to this project will be documented in this file.
### Added
- Initial working release of the extension

[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.5.0...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/0.6.0...HEAD
[0.6.0]: https://github.com/gkralik/php7-sapnwrfc/compare/0.5.0...0.6.0
2 changes: 1 addition & 1 deletion php_sapnwrfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
extern zend_module_entry sapnwrfc_module_entry;
#define phpext_sapnwrfc_ptr &sapnwrfc_module_entry

#define PHP_SAPNWRFC_VERSION "0.5.0"
#define PHP_SAPNWRFC_VERSION "0.6.0"

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

0 comments on commit 4992d46

Please sign in to comment.