diff options
author | Luca Deri <deri@ntop.org> | 2021-07-26 09:42:48 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-07-26 09:42:48 +0200 |
commit | b8806bd2de7391abee18353e9a99ee4aec13887c (patch) | |
tree | 7e39d2f176629fd1e918a9eb3efe1b0d6be95419 | |
parent | 4cafa7cb1e184ee4168dbc04d62ced7c5815710a (diff) |
Moved to 4.0.04.0
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index be307a2ff..cf5d70576 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh -NDPI_MAJOR="3" -NDPI_MINOR="5" +NDPI_MAJOR="4" +NDPI_MINOR="0" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |