From d113f8db5aecbbe67df2fa6f7c7f5d3dd9a257bd Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 28 May 2016 09:24:57 +0200 Subject: Moved to 1.8 release --- configure.ac | 2 +- example/ndpiReader.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e65baea81..ee80e6812 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libndpi], [1.7.1]) +AC_INIT([libndpi], [1.8.0]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/example/ndpiReader.c b/example/ndpiReader.c index f06cc6beb..f558d7b0d 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -117,6 +117,7 @@ static void setupDetection(u_int16_t thread_id, pcap_t * pcap_handle); * @brief Print help instructions */ static void help(u_int long_help) { + printf("Welcome to nDPI %s\n\n", ndpi_revision()); printf("ndpiReader -i [-f ][-s ]\n" " [-p ][-l [-q][-d][-h][-t][-v ]\n" -- cgit v1.2.3