Skip to content

Commit cd9919e

Browse files
Merge branch 'master' of github.com:CopernicaMarketingSoftware/PHP-CPP
2 parents 2373ef4 + d4ef49a commit cd9919e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ php:
1010
- 7.0
1111
- 7.1
1212
- 7.2
13-
- nightly # doesn't work yet on PHP 7.3! not building.
13+
- 7.3
14+
- nightly # doesn't work yet on PHP 7.4! not building.
1415

1516

1617
# setting the env is the easiest, because it will mix with all the separate php versions (travis does this)

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ INSTALL_LIB = ${INSTALL_PREFIX}/lib
4949
# Otherwise only release verions changes. (version is MAJOR.MINOR.RELEASE)
5050
#
5151

52-
SONAME = 2.1
53-
VERSION = 2.1.4
52+
SONAME = 2.2
53+
VERSION = 2.2.0
5454

5555

5656
#

0 commit comments

Comments
 (0)