Skip to content

Commit

Permalink
Release patch v1.3.5
Browse files Browse the repository at this point in the history
- Enable UTF-8 command line arguments on Windows
- Add support for Info-ZIP unicode path extra field
  • Loading branch information
kimci86 committed Mar 6, 2022
1 parent cdb1e77 commit 77af91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

# project definition
project(bkcrack
VERSION 1.3.4
VERSION 1.3.5
DESCRIPTION "Crack legacy zip encryption with Biham and Kocher's known plaintext attack."
HOMEPAGE_URL "https://github.com/kimci86/bkcrack"
LANGUAGES CXX)
Expand Down

0 comments on commit 77af91b

Please sign in to comment.