We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2373ef4 + d4ef49a commit cd9919eCopy full SHA for cd9919e
.travis.yml
@@ -10,7 +10,8 @@ php:
10
- 7.0
11
- 7.1
12
- 7.2
13
- - nightly # doesn't work yet on PHP 7.3! not building.
+ - 7.3
14
+ - nightly # doesn't work yet on PHP 7.4! not building.
15
16
17
# setting the env is the easiest, because it will mix with all the separate php versions (travis does this)
Makefile
@@ -49,8 +49,8 @@ INSTALL_LIB = ${INSTALL_PREFIX}/lib
49
# Otherwise only release verions changes. (version is MAJOR.MINOR.RELEASE)
50
#
51
52
-SONAME = 2.1
53
-VERSION = 2.1.4
+SONAME = 2.2
+VERSION = 2.2.0
54
55
56
0 commit comments