Skip to content

Commit a42fa19

Browse files
authored
Merge pull request #97 from wagnert/1.1
Switch to PHP 5.6.40
2 parents de7d98a + 3ad103a commit a42fa19

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 1.1.11
2+
3+
## Bugfixes
4+
5+
* None
6+
7+
## Features
8+
9+
* Switch to PHP 5.6.40
10+
111
# Version 1.1.10
212

313
## Bugfixes

build.default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#--------------------------------------------------------------------------------
1010

1111
# ---- Module Release Settings --------------------------------------------------
12-
release.version = 1.1.10
12+
release.version = 1.1.11
1313

1414
# ---- Default Operating System -------------------------------------------------
1515
os.family = linux
@@ -28,7 +28,7 @@ build.number = ${env.BUILD_NUMBER}
2828

2929
# ---- ApplicationServer Compile Settings ---------------------------------------
3030
runtime.php.major-version = 5.6
31-
runtime.php.version = ${runtime.php.major-version}.38
31+
runtime.php.version = ${runtime.php.major-version}.40
3232
runtime.php.run-tests = false
3333
runtime.ext-appserver.version = 1.0.1
3434
runtime.pthreads.version = 2.0.10

0 commit comments

Comments
 (0)