diff options
author | Simone Mainardi <mainardi@ntop.org> | 2019-03-01 18:04:18 +0100 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2019-03-01 18:04:18 +0100 |
commit | 1b2931e790458d56db734621eed4a2bb61756ff5 (patch) | |
tree | fe748f69738a3e91bbca41b1a3f662dba2bfc9ce | |
parent | 5bb53cf9959ebb2a28968cbdfc85780437ff4aec (diff) |
Bump to version 2.82.8
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 9f376febc..bfe99053b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="2" -NDPI_MINOR="7" +NDPI_MINOR="8" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |