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 */