diff options
author | Simone Mainardi <mainardi@ntop.org> | 2019-03-01 18:06:28 +0100 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2019-03-01 18:06:28 +0100 |
commit | 93582a42047c8fd5704d5069cca0cc5f3bb1581f (patch) | |
tree | 092e61e9065fa336380b9e49449bbc94ead75539 /autogen.sh | |
parent | 5bb53cf9959ebb2a28968cbdfc85780437ff4aec (diff) |
Bump to version 2.9
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 9f376febc..03c51630c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="2" -NDPI_MINOR="7" +NDPI_MINOR="9" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |