Initial 2.11-dev commit

This commit is contained in:
Michał Trojnara
2025-06-23 21:42:26 +02:00
parent 8329a14f8b
commit 55541c6ace
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.10 version: osslsigncode-2.11-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.11 (unreleased)
### 2.10 (2025.06.23) ### 2.10 (2025.06.23)
- added JavaScript signing - added JavaScript signing