Skip to content

Commit

Permalink
Release v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Feb 17, 2024
1 parent 4a7de41 commit 4f409e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
- 0001529 2024-02-10 (HEAD -> master, origin/master, origin/HEAD) Honor printPlain Flag for String_evt. See #498
- 4a7de41 2024-02-17 (HEAD -> master, origin/master, origin/HEAD) Fix compiler warnings for lz4
- 4e98a35 2024-02-17 Update lz4 code
- 7997ac4 2024-02-10 Replace Changelog file with git log history. Modify gen_version.sh. See #482
- 0001529 2024-02-10 Honor printPlain Flag for String_evt. See #498
- 9db4215 2024-02-03 Fix buggy sflow code. Fixes #506
- a20249c 2024-02-03 Dissolve code for output
- 56919df 2024-02-03 Change link order as some Linux linker do not correctly find static symbols. Fix #505
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![buildtest](https://github.com/phaag/nfdump/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/phaag/nfdump/actions/workflows/c-cpp.yml)

nfdump-1.7.x or nfdump **unicorn** is the next release of nfdump.
nfdump-1.7.x or nfdump **unicorn** is the current release of nfdump.

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
AC_REVISION($Revision: 244 $)dnl
AC_INIT([nfdump],[1.7.3],[[email protected]])
AC_INIT([nfdump],[1.7.4],[[email protected]])

AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion src/lib/gen_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ -d ../../.git ]; then
else
# no git directory - most likely release - zip or tarball
hash="release"
date="Sat Sep 02 12:49:52 2023"
date="Sat Feb 17 15:05:20 CET 2024"
fi

echo \#ifndef __VCS_TRACK_H__ >$f
Expand Down

0 comments on commit 4f409e9

Please sign in to comment.