diff options
author | Luca Deri <deri@ntop.org> | 2020-10-19 16:18:25 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-10-19 16:18:25 +0200 |
commit | 64929a75e0a7a60d864bd25a9fd97fdf9ac892a2 (patch) | |
tree | 1035d6cae2b488e3aac7e2ec99d091123594342d /autogen.sh | |
parent | 02de8e10ca010d56c27fe2d655fa605e1d53f414 (diff) |
3.4 nDPI Release3.4
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 870a08011..df734ce92 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="3" -NDPI_MINOR="3" +NDPI_MINOR="4" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |