Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
- Option to remove password protection (-D)
- Modernized and auto-formatted source code
- Added more automated tests
- Updated CI workflow
  • Loading branch information
kimci86 committed May 26, 2024
1 parent 3ef515a commit 6d79d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.19)

# project definition
project(bkcrack
VERSION 1.6.1 # remember to update bkcrack_VERSION_DATE below when releasing a new version
VERSION 1.7.0 # remember to update bkcrack_VERSION_DATE below when releasing a new version
DESCRIPTION "Crack legacy zip encryption with Biham and Kocher's known plaintext attack."
HOMEPAGE_URL "https://github.com/kimci86/bkcrack"
LANGUAGES CXX)
set(bkcrack_VERSION_DATE "2024-01-22")
set(bkcrack_VERSION_DATE "2024-05-26")

# default build type
set(default_build_type "Release")
Expand Down

0 comments on commit 6d79d2c

Please sign in to comment.