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