Skip to content

Commit a509a66

Browse files
committed
Initial 2.7-dev commit
1 parent 7bf4c92 commit a509a66

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99
BUILD_TYPE: Release
10-
version: osslsigncode-2.6
10+
version: osslsigncode-2.7-dev
1111

1212
jobs:
1313
build:

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
1010

1111
# configure basic project information
1212
project(osslsigncode
13-
VERSION 2.6
13+
VERSION 2.7
1414
DESCRIPTION "OpenSSL based Authenticode signing for PE, CAB, CAT and MSI files"
1515
HOMEPAGE_URL "https://github.com/mtrojnar/osslsigncode"
1616
LANGUAGES C)
1717

1818
# force nonstandard version format for development packages
19-
set(DEV "")
19+
set(DEV "-dev")
2020
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${DEV}")
2121

2222
# version and contact information

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# osslsigncode change log
22

3+
### 2.7 (unreleased)
4+
35
### 2.6 (2023.05.29)
46

57
- modular architecture implemented to simplify adding file formats

0 commit comments

Comments
 (0)