Skip to content

Commit 142a2c9

Browse files
committed
Package 1.9.0
1 parent d70efb6 commit 142a2c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: phongo_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#define PHONGO_VERSION_H
1919

2020
/* clang-format off */
21-
#define PHP_MONGODB_VERSION "1.9.0-dev"
22-
#define PHP_MONGODB_STABILITY "devel"
23-
#define PHP_MONGODB_VERSION_DESC 1,9,0,2
21+
#define PHP_MONGODB_VERSION "1.9.0"
22+
#define PHP_MONGODB_STABILITY "stable"
23+
#define PHP_MONGODB_VERSION_DESC 1,9,0,3
2424
/* clang-format on */
2525

2626
#endif /* PHONGO_VERSION_H */

0 commit comments

Comments
 (0)