aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2016-05-28 09:24:57 +0200
committerLuca Deri <deri@ntop.org>2016-05-28 09:24:57 +0200
commitd113f8db5aecbbe67df2fa6f7c7f5d3dd9a257bd (patch)
treed661d2b2c10ee8b662989dc41021c6c99031f044
parentdb36040fe192ba1161980d52693a1ab1fd26a43a (diff)
Moved to 1.8 release1.8
-rw-r--r--configure.ac2
-rw-r--r--example/ndpiReader.c1
2 files changed, 2 insertions, 1 deletions
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 <file|device> [-f <filter>][-s <duration>]\n"
" [-p <protos>][-l <loops> [-q][-d][-h][-t][-v <level>]\n"