Skip to content

Commit

Permalink
#447 v1.8.0
Browse files Browse the repository at this point in the history
closes #447

Signed-off-by: Florentine Rosiere <[email protected]>
  • Loading branch information
rosiereflo committed Jan 13, 2025
1 parent 3041367 commit 3c1eb78
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
shell: bash

env:
DYNAWO_VERSION: 1.7.0
DYNAWO_VERSION: 1.8.0

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
# - cron: "0 4 * * 2-6" # 6 hours later after Dynawo nightly-release.yml

env:
DYNAWO_VERSION: 1.7.0
DYNAWO_VERSION: 1.8.0
DYNAWO_TAG: nightly

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [nightly-linux]

env:
DYNAWO_VERSION: 1.7.0
DYNAWO_VERSION: 1.8.0

jobs:
fedora:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
default: true

env:
DYNAWO_VERSION: 1.7.0
DYNAWO_VERSION: 1.8.0

jobs:
distribution-cxx11:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options a
# Project dynawo-algorithms
project(dynawo-algorithms)
set(DYNAWO_ALGORITHMS_VERSION_MAJOR 1)
set(DYNAWO_ALGORITHMS_VERSION_MINOR 7)
set(DYNAWO_ALGORITHMS_VERSION_MINOR 8)
set(DYNAWO_ALGORITHMS_VERSION_PATCH 0)
set(DYNAWO_ALGORITHMS_VERSION_STRING ${DYNAWO_ALGORITHMS_VERSION_MAJOR}.${DYNAWO_ALGORITHMS_VERSION_MINOR}.${DYNAWO_ALGORITHMS_VERSION_PATCH})

Expand Down Expand Up @@ -185,7 +185,7 @@ find_package(LibArchive 2.8.0 REQUIRED)
find_package(ZLIB 1.2.3 REQUIRED)

#DYNAWO
find_package(Dynawo 1.7.0 REQUIRED)
find_package(Dynawo 1.8.0 REQUIRED)

# Hack until libxml is not thread-safe
find_package(XercesC REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion documentation/dynawo_algorithms_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo '%% Except where otherwise noted, content in this documentation is Copyrigh
\begin{document}
\title{\huge{\Dynawo-algorithms Documentation} \\ \LARGE{v1.7.0} \\
\title{\huge{\Dynawo-algorithms Documentation} \\ \LARGE{v1.8.0} \\
\includegraphics[width=0.7\textwidth]{../resources/logo_dyn_algos.png}}
\date\today
Expand Down

0 comments on commit 3c1eb78

Please sign in to comment.