From 4dd836bab1832b8a87331f2e73356cda4f01e998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Sat, 29 Jun 2024 21:58:55 +0200 Subject: [PATCH] Initial 2.10-dev commit --- .github/workflows/ci.yml | 2 +- CMakeLists.txt | 2 +- NEWS.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d508f9..14cb9f31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release - version: osslsigncode-2.9 + version: osslsigncode-2.10-dev jobs: build: diff --git a/CMakeLists.txt b/CMakeLists.txt index 082935b3..e7c0ee97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(osslsigncode LANGUAGES C) # force nonstandard version format for development packages -set(DEV "") +set(DEV "-dev") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}") # version and contact information diff --git a/NEWS.md b/NEWS.md index d21ef2dd..57cdc0d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # osslsigncode change log +### 2.10 (unreleased) + ### 2.9 (2024.06.29) - added a 64 bit long pseudo-random NONCE in the TSA request