Initial 2.10-dev commit

This commit is contained in:
Michał Trojnara 2024-06-29 21:58:55 +02:00
parent f57c213207
commit 4dd836bab1
3 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
env: env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release BUILD_TYPE: Release
version: osslsigncode-2.9 version: osslsigncode-2.10-dev
jobs: jobs:
build: build:

View File

@ -16,7 +16,7 @@ project(osslsigncode
LANGUAGES C) LANGUAGES C)
# force nonstandard version format for development packages # force nonstandard version format for development packages
set(DEV "") set(DEV "-dev")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
# version and contact information # version and contact information

View File

@ -1,5 +1,7 @@
# osslsigncode change log # osslsigncode change log
### 2.10 (unreleased)
### 2.9 (2024.06.29) ### 2.9 (2024.06.29)
- added a 64 bit long pseudo-random NONCE in the TSA request - added a 64 bit long pseudo-random NONCE in the TSA request