diff options
author | Simone Mainardi <mainardi@ntop.org> | 2017-12-03 19:09:11 +0100 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2017-12-03 19:09:11 +0100 |
commit | b5a8c6bae88e57d68e5baaf4e5ef2e4c905c1cf4 (patch) | |
tree | 53fbd0c5ec383cf7410c3afbdc7a97dddca8ebc7 /autogen.sh | |
parent | a6c56b56824247a77bd73de17b1fd8adb6ac671e (diff) |
Bump to version 2.3
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 0f366966a..18fcf4731 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh NDPI_MAJOR="2" -NDPI_MINOR="1" +NDPI_MINOR="3" NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" |