Skip to content

Commit

Permalink
Initial 2.10-dev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Jun 29, 2024
1 parent f57c213 commit 4dd836b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
version: osslsigncode-2.9
version: osslsigncode-2.10-dev

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project(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
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# osslsigncode change log

### 2.10 (unreleased)

### 2.9 (2024.06.29)

- added a 64 bit long pseudo-random NONCE in the TSA request
Expand Down

0 comments on commit 4dd836b

Please sign in to comment.