From 47a8c37dc4b271acbf30478e5409173c153c0169 Mon Sep 17 00:00:00 2001 From: Gregor Kralik Date: Wed, 3 May 2023 18:28:52 +0200 Subject: [PATCH] Release version 2.0.0-beta3 --- CHANGELOG.md | 5 ++++- docs/building.rst | 2 +- docs/conf.py | 4 ++-- php_sapnwrfc.h | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cd9e0..efae310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/docs/building.rst b/docs/building.rst index 4b05b60..27629ea 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -77,7 +77,7 @@ Clone the `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 `_ diff --git a/docs/conf.py b/docs/conf.py index c1b6321..301eaa4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/php_sapnwrfc.h b/php_sapnwrfc.h index 75dae51..3d19e61 100644 --- a/php_sapnwrfc.h +++ b/php_sapnwrfc.h @@ -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