Initial 2.14-dev commit

This commit is contained in:
Michał Trojnara
2026-02-10 23:17:56 +01:00
parent 97a9ade6ec
commit 6cf70b4af2
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
version: osslsigncode-2.13
version: osslsigncode-2.14-dev
jobs:
build:
+2 -2
View File
@@ -10,13 +10,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
# configure basic project information
project(osslsigncode
VERSION 2.13
VERSION 2.14
DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT, MSI, APPX and script files"
HOMEPAGE_URL "https://github.com/mtrojnar/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
+2
View File
@@ -1,5 +1,7 @@
# osslsigncode change log
### 2.14 (unreleased)
### 2.13 (2026.02.10)
**MULTIPLE SECURITY VULNERABILITIES**