From 7510e3c5537322d02c53318bb77d01e67a5c960f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Tue, 2 Aug 2022 21:43:44 +0200 Subject: [PATCH] initial 2.5 commit --- CMakeLists.txt | 4 ++-- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f028963..196897a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,13 +11,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python # configure basic project information project(osslsigncode - VERSION 2.4 + VERSION 2.5 DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT and MSI 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 diff --git a/NEWS.md b/NEWS.md index 76a9e49..7f177ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # osslsigncode change log +### 2.5 (unreleased) + + ### 2.4 (2022.08.02) - migrated the build system from GNU Autoconf to CMake