initial 2.6 commit

This commit is contained in:
Michał Trojnara 2022-08-12 22:09:34 +02:00
parent 36cdea56de
commit b8cb44fa47
3 changed files with 5 additions and 3 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.5 version: osslsigncode-2.6-dev
jobs: jobs:
build: build:

View File

@ -10,13 +10,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
# configure basic project information # configure basic project information
project(osslsigncode project(osslsigncode
VERSION 2.5 VERSION 2.6
DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT and MSI files" DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT and MSI files"
HOMEPAGE_URL "https://github.com/mtrojnar/osslsigncode" HOMEPAGE_URL "https://github.com/mtrojnar/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.6 (unreleased)
### 2.5 (2022.08.12) ### 2.5 (2022.08.12)
- fixed the Unix executable install path - fixed the Unix executable install path