From b294f5d18f87a92dd8fccc363b427eaee151dce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Tue, 5 Mar 2024 16:34:32 +0100 Subject: [PATCH] Initial 2.9-dev commit --- .github/workflows/ci.yml | 2 +- CMakeLists.txt | 4 ++-- NEWS.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5c0d8..fa87bde 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.8 + version: osslsigncode-2.9-dev jobs: build: diff --git a/CMakeLists.txt b/CMakeLists.txt index 76ec537..6c9b160 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,13 +10,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python # configure basic project information project(osslsigncode - VERSION 2.8 + VERSION 2.9 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 81a0c5c..d8451a7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # osslsigncode change log +### 2.9 (unreleased) + ### 2.8 (2024.03.03) - Microsoft PowerShell signing sponsored by Cisco Systems, Inc.