Skip to content

Commit 91b4388

Browse files
v3.1
Changes in this release: - use TERMUX_SCRIPTDIR instead of TERMUX_PKG_CACHEDIR Commit Id: df8d622
1 parent df8d622 commit 91b4388

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.0")
6+
set(COMMAND_NOT_FOUND_VERSION "3.1")
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)