diff options
author | Simone Mainardi <mainardi@ntop.org> | 2017-12-03 19:07:29 +0100 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2017-12-03 19:07:29 +0100 |
commit | f561e1427184eef90976d351a3a5aa113456343d (patch) | |
tree | a3d14d4e98b82d5ce36b4946f85a25a124eaa25d | |
parent | a6c56b56824247a77bd73de17b1fd8adb6ac671e (diff) |
Bump to version 2.22.2
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 0f366966a..53a13b225 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="2" -NDPI_MINOR="1" +NDPI_MINOR="2" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |