From add0293089b731bdd03accba9e90fcb15a176a92 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sun, 24 Oct 2021 15:54:20 +0100 Subject: [PATCH] Bump version to `0.15.2` --- Library/Zephir.php | 2 +- ext/php_stub.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Zephir.php b/Library/Zephir.php index 5bc19b8a0..45c76411b 100644 --- a/Library/Zephir.php +++ b/Library/Zephir.php @@ -16,7 +16,7 @@ */ final class Zephir { - public const VERSION = '0.15.1-$Id$'; + public const VERSION = '0.15.2-$Id$'; public const LOGO = <<<'ASCII' _____ __ _ diff --git a/ext/php_stub.h b/ext/php_stub.h index 12c03fff5..f77c451e7 100644 --- a/ext/php_stub.h +++ b/ext/php_stub.h @@ -14,7 +14,7 @@ #define PHP_STUB_VERSION "1.0.0" #define PHP_STUB_EXTNAME "stub" #define PHP_STUB_AUTHOR "Phalcon Team and contributors" -#define PHP_STUB_ZEPVERSION "0.15.1-$Id$" +#define PHP_STUB_ZEPVERSION "0.15.2-$Id$" #define PHP_STUB_DESCRIPTION "Description test for
Test Extension." typedef struct _zephir_struct_db {