From 451fec46cb4854ece7f791b75ae22ba2e62839db Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Thu, 11 Apr 2024 10:09:25 +0200 Subject: [PATCH] Package 1.18.1 --- phongo_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phongo_version.h b/phongo_version.h index a13cbee94..a7d6c71ba 100644 --- a/phongo_version.h +++ b/phongo_version.h @@ -22,9 +22,9 @@ * publishing a release. */ /* clang-format off */ -#define PHP_MONGODB_VERSION "1.18.1-dev" -#define PHP_MONGODB_STABILITY "devel" -#define PHP_MONGODB_VERSION_DESC 1,18,1,0 +#define PHP_MONGODB_VERSION "1.18.1" +#define PHP_MONGODB_STABILITY "stable" +#define PHP_MONGODB_VERSION_DESC 1,18,1,1 /* clang-format on */ #endif /* PHONGO_VERSION_H */