From 8b75ffa053ee07cff21af46940d4a294acf5f86a Mon Sep 17 00:00:00 2001 From: DBX PHP Release Bot Date: Tue, 28 May 2024 17:03:45 +0000 Subject: [PATCH 1/2] Package 1.19.1 Signed-off-by: DBX PHP Release Bot --- phongo_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index bd14a156e..98e1200c7 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.1dev" -#define PHP_MONGODB_STABILITY "devel" -#define PHP_MONGODB_VERSION_DESC 1,19,1,0 +#define PHP_MONGODB_VERSION "1.19.1" +#define PHP_MONGODB_STABILITY "stable" +#define PHP_MONGODB_VERSION_DESC 1,19,1,1 /* clang-format on */ #endif /* PHONGO_VERSION_H */ From 6335128966ab8826d8708f82f97de2adc21e28d7 Mon Sep 17 00:00:00 2001 From: DBX PHP Release Bot Date: Tue, 28 May 2024 17:03:48 +0000 Subject: [PATCH 2/2] Back to -dev Signed-off-by: DBX PHP Release Bot --- phongo_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index 98e1200c7..6047c1bab 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.1" -#define PHP_MONGODB_STABILITY "stable" -#define PHP_MONGODB_VERSION_DESC 1,19,1,1 +#define PHP_MONGODB_VERSION "1.19.2dev" +#define PHP_MONGODB_STABILITY "devel" +#define PHP_MONGODB_VERSION_DESC 1,19,2,0 /* clang-format on */ #endif /* PHONGO_VERSION_H */