Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Jul 14, 2020
1 parent cd94d4f commit df0c969
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion bindings/version.properties
@@ -1 +1 @@
version=1.3.9
version=1.4.0
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion version.h
@@ -1 +1 @@
#define VERSION "1.3.9"
#define VERSION "1.4.0"

0 comments on commit df0c969

Please sign in to comment.