diff --git a/.github/workflows/build_clang_tidy.yml b/.github/workflows/build_clang_tidy.yml index 846ec12a..a6be3d7b 100644 --- a/.github/workflows/build_clang_tidy.yml +++ b/.github/workflows/build_clang_tidy.yml @@ -49,12 +49,12 @@ jobs: dir: ../Qt cached: ${{ steps.cache-qt.outputs.cache-hit }} - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the project diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index b2c04c8c..77837258 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -44,12 +44,12 @@ jobs: dir: ../Qt cached: ${{ steps.cache-qt.outputs.cache-hit }} - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the ${{ github.event.repository.name }} diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 3d8f65e6..f32ff94b 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -64,12 +64,12 @@ jobs: echo "D:/a/${{ github.event.repository.name }}/tools/jom/" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append shell: powershell - # Checkout dlt-viewer's revision v2.21.0 + # Checkout dlt-viewer's revision v2.24.0 - name: Checkout of the dlt-viewer uses: actions/checkout@v2 with: repository: GENIVI/dlt-viewer - ref: v2.21.0 + ref: ebb3c355bc0edf2b6c3be84452b8afa4d1a82641 # Checkout project's revision, which is pushed - name: Checkout of the project diff --git a/md/installation_guide/installation_guide.md b/md/installation_guide/installation_guide.md index 79437a0a..7eb20d11 100644 --- a/md/installation_guide/installation_guide.md +++ b/md/installation_guide/installation_guide.md @@ -12,7 +12,7 @@ > **Note!** > -> Currently plugin can be built against the v2.21.0 release. +> Currently plugin can be built against the v2.24.0 release. > > The build under the earlier versions, down to the the v2.19.0 is also supported. But you will need to use the compatibility mode. Such an option is described below later on down this page. Search for the "PLUGIN_INTERFACE_VERSION" keyword. >