diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e3e3a..6d822ed 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.10 + version: osslsigncode-2.11-dev jobs: build: diff --git a/CMakeLists.txt b/CMakeLists.txt index 9eba327..8a640ea 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 b775305..4890978 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # osslsigncode change log +### 2.11 (unreleased) + ### 2.10 (2025.06.23) - added JavaScript signing