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 ff4795b

Browse files
committedMar 11, 2020
Back to -dev
1 parent fc0fda9 commit ff4795b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎phongo_version.h

Lines changed: 3 additions & 3 deletions
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.7.4"
22-
#define PHP_MONGODB_STABILITY "stable"
23-
#define PHP_MONGODB_VERSION_DESC 1,7,4,1
21+
#define PHP_MONGODB_VERSION "1.7.5-dev"
22+
#define PHP_MONGODB_STABILITY "devel"
23+
#define PHP_MONGODB_VERSION_DESC 1,7,5,0
2424
/* clang-format on */
2525

2626
#endif /* PHONGO_VERSION_H */

0 commit comments

Comments
 (0)
Please sign in to comment.