Skip to content

Commit

Permalink
Package 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jul 13, 2021
1 parent f48c7fb commit 08958cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phongo_version.h
Expand Up @@ -18,9 +18,9 @@
#define PHONGO_VERSION_H

/* clang-format off */
#define PHP_MONGODB_VERSION "1.10.0-dev"
#define PHP_MONGODB_STABILITY "devel"
#define PHP_MONGODB_VERSION_DESC 1,10,0,2
#define PHP_MONGODB_VERSION "1.10.0"
#define PHP_MONGODB_STABILITY "stable"
#define PHP_MONGODB_VERSION_DESC 1,10,0,3
/* clang-format on */

#endif /* PHONGO_VERSION_H */

0 comments on commit 08958cd

Please sign in to comment.