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.
1 parent fc1f707 commit 6fe1b50Copy full SHA for 6fe1b50
CMakeLists.txt
@@ -11,7 +11,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
11
endif()
12
13
if (NOT DEFINED RESTC_CPP_VERSION)
14
- set(RESTC_CPP_VERSION 0.98.0)
+ set(RESTC_CPP_VERSION 0.99.0)
15
16
17
if(NOT DEFINED RESTC_BOOST_VERSION)
ci/jenkins/Jenkinsfile.groovy
@@ -4,7 +4,7 @@ pipeline {
4
agent { label 'master' }
5
6
environment {
7
- RESTC_CPP_VERSION = "0.97.0"
+ RESTC_CPP_VERSION = "0.99.0"
8
9
// It is not possible to get the current IP number when running in the sandbox, and
10
// Jenkinsfiles always runs in the sandbox.
0 commit comments