Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version to v1.36.0 #423

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading