Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 764834c

Browse files
committedFeb 25, 2020
Package 1.7.3
1 parent 14c75b1 commit 764834c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎phongo_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#define PHONGO_VERSION_H
1919

2020
/* clang-format off */
21-
#define PHP_MONGODB_VERSION "1.7.3-dev"
22-
#define PHP_MONGODB_STABILITY "devel"
21+
#define PHP_MONGODB_VERSION "1.7.3"
22+
#define PHP_MONGODB_STABILITY "stable"
2323
#define PHP_MONGODB_VERSION_DESC 1,7,3,0
2424
/* clang-format on */
2525

0 commit comments

Comments
 (0)
Please sign in to comment.