diff --git a/ChangeLog b/ChangeLog index f69fe57a..a9b4cf4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Fri 14 Jul 2023 Aleksey Kravchenko + * === Version 1.4.4 === + Sun 09 Jul 2023 Aleksey Kravchenko * Remove obsolete rhash_timer functions (API breaking change) * Increment LibRHash soname version on Linux and Unix diff --git a/bindings/version.properties b/bindings/version.properties index 54aef26e..af5c7e2a 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.4.3 +version=1.4.4 diff --git a/version.h b/version.h index 3fc0325c..1d85e094 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.4.3" +#define VERSION "1.4.4"