Skip to content

Commit

Permalink
Package 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 20, 2018
1 parent f8d3781 commit 73671be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phongo_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#define PHONGO_VERSION_H

/* clang-format off */
#define PHP_MONGODB_VERSION "1.5.3-dev"
#define PHP_MONGODB_STABILITY "devel"
#define PHP_MONGODB_VERSION_DESC 1,5,0,7
#define PHP_MONGODB_VERSION "1.5.3"
#define PHP_MONGODB_STABILITY "stable"
#define PHP_MONGODB_VERSION_DESC 1,5,3,1
/* clang-format on */

#endif /* PHONGO_VERSION_H */

0 comments on commit 73671be

Please sign in to comment.