Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-php-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.5
Choose a base ref
...
head repository: mongodb/mongo-php-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 8, 2020

  1. Back to -dev

    alcaeus committed Jul 8, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    alcaeus Andreas Braun
    Copy the full SHA
    d89efd8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 phongo_version.h
6 changes: 3 additions & 3 deletions phongo_version.h
Original file line number Diff line number Diff line change
@@ -18,9 +18,9 @@
#define PHONGO_VERSION_H

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

#endif /* PHONGO_VERSION_H */