Skip to content

Commit dac4653

Browse files
v3.2
Changes in this release: - Fix typo for TERMUX_SCRIPTDIR environment variable. Commit Id: 20b8690 - Fix error when parsing alternative file for disabled architecture for the package Commit Id: d871d8d
1 parent 6d670aa commit dac4653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (command-not-found)
33

44
set(CMAKE_CXX_STANDARD 20)
55

6-
set(COMMAND_NOT_FOUND_VERSION "3.1")
6+
set(COMMAND_NOT_FOUND_VERSION "3.2")
77

88
add_custom_target(generate-db COMMAND ./generate-db.js WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
99
add_executable(command-not-found command-not-found.cpp)

0 commit comments

Comments
 (0)