diff options
author | Luca Deri <deri@ntop.org> | 2020-10-19 16:23:03 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-10-19 16:23:03 +0200 |
commit | 6c0a809de89cc4bdb1f734fa7536bf9c6ccd454a (patch) | |
tree | 7d161c4d95ea422023f8f4bdf6dc9c85f9aff530 /autogen.sh | |
parent | 64929a75e0a7a60d864bd25a9fd97fdf9ac892a2 (diff) |
Initial 3.5 commit
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 df734ce92..842dafeec 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="3" -NDPI_MINOR="4" +NDPI_MINOR="5" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |