From bcb0a495a568243b331692443a04cdcc9cc9c205 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:42:43 +0000 Subject: [PATCH 1/2] Package 1.19.4 Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- phongo_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index 9904e1285..20bd79cff 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,8 +22,8 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.19.4dev" -#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION "1.19.4" +#define PHP_MONGODB_STABILITY "stable" #define PHP_MONGODB_VERSION_DESC 1,19,4,0 /* clang-format on */ From 45519bc2db08e4865372ccd30ed0cffada54778e Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:42:48 +0000 Subject: [PATCH 2/2] Back to -dev Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> --- phongo_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index 20bd79cff..46c2a9a22 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,9 +22,9 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.19.4" -#define PHP_MONGODB_STABILITY "stable" -#define PHP_MONGODB_VERSION_DESC 1,19,4,0 +#define PHP_MONGODB_VERSION "1.19.5dev" +#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION_DESC 1,19,5,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */