Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10426d2

Browse files
authored
fix tagged version
1 parentd86973f commit10426d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
##Changelog
22

3+
##[3.0.4] - 2023-04-07
4+
###Fixed
5+
- fix tagged version
6+
37
##[3.0.3] - 2023-04-06
48
###Fixed
59
- fix potentially incorrect results of JaroWinkler when using high prefix weights

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
3232
message(FATAL_ERROR"Building in-source is not supported! Create a build dir and remove${CMAKE_SOURCE_DIR}/CMakeCache.txt")
3333
endif()
3434

35-
project(rapidfuzz LANGUAGES CXXVERSION 3.0.2)
35+
project(rapidfuzz LANGUAGES CXXVERSION 3.0.4)
3636

3737
list(APPENDCMAKE_MODULE_PATH"${CMAKE_CURRENT_LIST_DIR}/cmake")
3838
include(GNUInstallDirs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp