Skip to content

Commit

Permalink
**4.8.2**
Browse files Browse the repository at this point in the history
09/09/2021
        4.8.2 release
        Merged in pull request 107
        Improve portability, add shared library build, install tlsh_unittest
        Thanks to Dkapps for pull request 103
        Thanks to cgull  for pull request 107
        fixed tlsh_win_version.h
  • Loading branch information
jonjoliver committed Sep 9, 2021
1 parent 2bbaf82 commit cdf9b51
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ project(TLSH)

set(VERSION_MAJOR 4)
set(VERSION_MINOR 8)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)

# TLSH uses only half the counting buckets.
# It can use all the buckets now.
Expand Down
11 changes: 11 additions & 0 deletions Change_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,3 +607,14 @@ version 4: adding version identifier to each digest: 'T1'
Thanks to Dkapps for pull request 103
Thanks to cgull for pull request 107
</PRE>

**4.8.2**
<PRE>
09/09/2021
4.8.2 release
Merged in pull request 107
Improve portability, add shared library build, install tlsh_unittest
Thanks to Dkapps for pull request 103
Thanks to cgull for pull request 107
fixed tlsh_win_version.h
</PRE>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,15 @@ ATIS 2014, November, 2014, pages 199-210

# Current Version

**4.8.1**
**4.8.2**
<PRE>
09/09/2021
4.8.2 release
Merged in pull request 107
Improve portability, add shared library build, install tlsh_unittest
Thanks to Dkapps for pull request 103
Thanks to cgull for pull request 107
fixed tlsh_win_version.h
</PRE>

# Change History
Expand Down
2 changes: 1 addition & 1 deletion include/tlsh_win_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define VERSION_MAJOR 4
#define VERSION_MINOR 8
#define VERSION_PATCH 0
#define VERSION_PATCH 2
#define TLSH_HASH "compact hash"
#define TLSH_CHECKSUM "1 byte checksum"

Expand Down

0 comments on commit cdf9b51

Please sign in to comment.