diff options
author | Luca Deri <deri@ntop.org> | 2019-10-04 07:45:22 +0000 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-04 07:45:22 +0000 |
commit | f719ef4fb0a84b6d0b83fa5aa39efd872618c25c (patch) | |
tree | d63036fb96c5051fa20290982adb4ff5f3541276 | |
parent | d8067cdc1d38c230155baeee16aa5561b6e1d051 (diff) |
Moved to v3
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 03c51630c..4967754ec 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh -NDPI_MAJOR="2" -NDPI_MINOR="9" +NDPI_MAJOR="3" +NDPI_MINOR="0" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |