initial 2.5 commit

This commit is contained in:
Michał Trojnara 2022-08-02 21:43:44 +02:00
parent 225a8f78fa
commit 7510e3c553
2 changed files with 5 additions and 2 deletions

View File

@ -11,13 +11,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
# configure basic project information # configure basic project information
project(osslsigncode project(osslsigncode
VERSION 2.4 VERSION 2.5
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,8 @@
# osslsigncode change log # osslsigncode change log
### 2.5 (unreleased)
### 2.4 (2022.08.02) ### 2.4 (2022.08.02)
- migrated the build system from GNU Autoconf to CMake - migrated the build system from GNU Autoconf to CMake