From aefec3e9887cf62b6a67f09277d7eb236a9d4fc7 Mon Sep 17 00:00:00 2001 From: ralfkonrad Date: Wed, 16 Oct 2024 10:06:16 +0200 Subject: [PATCH] Set version to v1.36.0 --- .github/workflows/build_maven_artefact.yml | 2 +- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_maven_artefact.yml b/.github/workflows/build_maven_artefact.yml index adb3087..bc29f30 100644 --- a/.github/workflows/build_maven_artefact.yml +++ b/.github/workflows/build_maven_artefact.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index ba52a3e..87dd512 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/README.md b/README.md index ae4e048..87834c7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use the QuantLib SWIG Java binding in your Maven-based project, follow these io.github.ralfkonrad.quantlib_for_maven quantlib - 1.35.0 + 1.36.0 ```