Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
- Fix typos in readme and resources md files by @jimdiroffii (#123)
- Minor bugfixes and optimizations related to password recovery
  • Loading branch information
kimci86 committed Dec 21, 2024
1 parent f3b085e commit d6baae6
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.7.0 # remember to update bkcrack_VERSION_DATE below when releasing a new version
VERSION 1.7.1 # 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-05-26")
set(bkcrack_VERSION_DATE "2024-12-21")

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

0 comments on commit d6baae6

Please sign in to comment.