From df0c969966b5da10f2db5060cf329790db95080e Mon Sep 17 00:00:00 2001 From: Aleksey Date: Tue, 14 Jul 2020 22:35:11 +0300 Subject: [PATCH] version 1.4.0 --- ChangeLog | 6 ++++++ bindings/version.properties | 2 +- configure | 2 +- version.h | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 895c4f0c..090a2903 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue 14 Jul 2020 Aleksey + * === Version 1.4.0 === + +Sat Jul 11 2020 Aleksey + * librhash: supported rhash_get_version() - get library version + Mon 29 Jun 2020 Aleksey * Bugfix: fix broken output on Win 7 diff --git a/bindings/version.properties b/bindings/version.properties index b66dfc44..7dc9496e 100644 --- a/bindings/version.properties +++ b/bindings/version.properties @@ -1 +1 @@ -version=1.3.9 +version=1.4.0 diff --git a/configure b/configure index 40c741e1..9d728950 100755 --- a/configure +++ b/configure @@ -828,7 +828,7 @@ fi echo "RHASH_SRC=$RHASH_SRC, LIBRHASH_SRC=$LIBRHASH_SRC, BINDINGS_SRC=$BINDINGS_SRC" >> "$TMPLOG" # check version -good_version() { echo "$1" | grep -q '^[1-9]\.[1-9][0-9]*\.[1-9]' ; } +good_version() { echo "$1" | grep -q '^[1-9]\.[1-9][0-9]*\.[0-9]' ; } if test "$HAS_RHASH" = "yes" || test "$HAS_LIBRHASH" = "yes"; then test -f "${RHASH_SRC}version.h" || die "${RHASH_SRC}version.h not found" RHASH_VERSION=$(cut -d'"' -f2 "${RHASH_SRC}version.h") diff --git a/version.h b/version.h index cec83f5e..78515007 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.3.9" +#define VERSION "1.4.0"