From 7dc124cb54ca21cd9987bc9cd08a73dd52e60f97 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:32:16 +0000 Subject: [PATCH 1/2] Package 1.20.1 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 7be35ae7f..13d3992eb 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,8 +22,8 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.20.1dev" -#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION "1.20.1" +#define PHP_MONGODB_STABILITY "stable" #define PHP_MONGODB_VERSION_DESC 1,20,1,0 /* clang-format on */ From e3d1244672a168736dacd1a69122741f7485c71f Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:32:23 +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 13d3992eb..293eaa10c 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,9 +22,9 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.20.1" -#define PHP_MONGODB_STABILITY "stable" -#define PHP_MONGODB_VERSION_DESC 1,20,1,0 +#define PHP_MONGODB_VERSION "1.20.2dev" +#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION_DESC 1,20,2,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */