Skip to content

Commit

Permalink
Merge pull request #423 from ralfkonrad/prepare_release_v1.36.0
Browse files Browse the repository at this point in the history
Set version to `v1.36.0`
  • Loading branch information
ralfkonrad authored Oct 16, 2024
2 parents f8abea9 + aefec3e commit 12abfc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_maven_artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch: { }

env:
QUANTLIB_VERSION: 1.36.0-SNAPSHOT
QUANTLIB_VERSION: 1.36.0
JAVA_PATH: java
JAVA_TARGET_PATH: java/target
JAVA_RESOURCES_NATIVE_LIBS_PATH: java/src/main/resources/native
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.25.0)
# invocation because it may influence configuration of the toolchain and flags
set(CMAKE_OSX_ARCHITECTURES arm64 x86_64)

project(quantlib_for_maven VERSION 1.35.0 LANGUAGES CXX)
project(quantlib_for_maven VERSION 1.36.0 LANGUAGES CXX)

# set the Boost and Swig versions we want to use
# to ensure compatibility across linux, macos and windows builds
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To use the QuantLib SWIG Java binding in your Maven-based project, follow these
<dependency>
<groupId>io.github.ralfkonrad.quantlib_for_maven</groupId>
<artifactId>quantlib</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 12abfc7

Please sign in to comment.