From 77af91b289599a9f7074633e14d3cbc43f2d41ff Mon Sep 17 00:00:00 2001 From: kimci86 Date: Sun, 6 Mar 2022 19:24:27 +0100 Subject: [PATCH] Release patch v1.3.5 - Enable UTF-8 command line arguments on Windows - Add support for Info-ZIP unicode path extra field --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4065df..65b0d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)