Skip to content

Commit

Permalink
Release version 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkralik committed May 3, 2023
1 parent 1f07ee4 commit 47a8c37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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]

## [2.0.0-beta3] - 2023-05-03
### Changed
- Update build instructions for Windows (#90)
## Fixed
Expand Down Expand Up @@ -154,7 +156,8 @@ marked with **BC break**.
### Added
- Initial working release of the extension

[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta2...HEAD
[Unreleased]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta3...HEAD
[2.0.0-beta3]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta2...2.0.0-beta3
[2.0.0-beta2]: https://github.com/gkralik/php7-sapnwrfc/compare/2.0.0-beta1...2.0.0-beta2
[2.0.0-beta1]: https://github.com/gkralik/php7-sapnwrfc/compare/1.4.0...2.0.0-beta1
[1.4.0]: https://github.com/gkralik/php7-sapnwrfc/compare/1.3.0...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Clone the `php7-sapnwrfc <https://github.com/gkralik/php7-sapnwrfc>`_ repository
$ mkdir modules
$ git clone https://github.com/gkralik/php7-sapnwrfc.git modules\sapnwrfc
$ cd modules\sapnwrfc
$ git checkout 2.0.0-beta2
$ git checkout 2.0.0-beta3
Download the PHP 8 source code from the `PHP for Windows download page <https://windows.php.net/download/>`_
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '2.0.0-beta2'
version = '2.0.0-beta3'
# The full version, including alpha/beta/rc tags.
release = '2.0.0-beta2'
release = '2.0.0-beta3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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 "2.0.0-beta2"
#define PHP_SAPNWRFC_VERSION "2.0.0-beta3"
#ifdef PHP_WIN32
# define PHP_SAPNWRFC_API __declspec(dllexport)
#elif defined(__GNUC__) && __GNUC__ >= 4
Expand Down

0 comments on commit 47a8c37

Please sign in to comment.