From 1a4e6eba5cdc0d85f1a0a0726ab69bfd059d2f2e Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:55:59 +0000 Subject: [PATCH 1/2] Package 1.19.2 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 6047c1bab..a43683241 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.2dev" -#define PHP_MONGODB_STABILITY "devel" -#define PHP_MONGODB_VERSION_DESC 1,19,2,0 +#define PHP_MONGODB_VERSION "1.19.2" +#define PHP_MONGODB_STABILITY "stable" +#define PHP_MONGODB_VERSION_DESC 1,19,2,1 /* clang-format on */ #endif /* PHONGO_VERSION_H */ From 74e4459984fc90546d8d02459a4d21faac4c6666 Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:56:05 +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 a43683241..08097cd64 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.2" -#define PHP_MONGODB_STABILITY "stable" -#define PHP_MONGODB_VERSION_DESC 1,19,2,1 +#define PHP_MONGODB_VERSION "1.19.3dev" +#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION_DESC 1,19,3,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */