diff options
author | Luca Deri <deri@ntop.org> | 2018-08-22 08:29:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-08-22 08:29:35 +0200 |
commit | c2f476c86930661b6855eb45bde0effd80e9ab41 (patch) | |
tree | 188ff594f532dd41d55a8070c5aab9be1308cecf | |
parent | e6c3c0139a6552dd045db620d7594cb16aca2a33 (diff) |
Moved to 2.42.4
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 6ce84c3b4..6596b2f97 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,8 @@ #!/bin/sh NDPI_MAJOR="2" -NDPI_MINOR="3" -NDPI_PATCH="1" +NDPI_MINOR="4" +NDPI_PATCH="0" NDPI_VERSION_SHORT="$NDPI_MAJOR.$NDPI_MINOR.$NDPI_PATCH" rm -f configure config.h config.h.in src/lib/Makefile.in |