mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Bump to version 3.2.2
This commit is contained in:
parent
8568df49a0
commit
2e8d7a2862
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ install:
|
|||
- sudo apt-get install libglib2.0 libxml2-dev libpcap-dev librrd-dev redis-server libsqlite3-dev libhiredis-dev libgeoip-dev libcurl4-openssl-dev libzmq3-dev git
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ..
|
||||
- git clone -b 2.2-stable https://github.com/ntop/nDPI.git; cd nDPI; ./autogen.sh; make; cd ..
|
||||
- ./autogen.sh
|
||||
|
||||
script:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
TODAY=`date +%y%m%d`
|
||||
MAJOR_RELEASE="3"
|
||||
MINOR_RELEASE="3"
|
||||
MINOR_RELEASE="2.2"
|
||||
SHORT_VERSION="$MAJOR_RELEASE.$MINOR_RELEASE"
|
||||
VERSION="$SHORT_VERSION.$TODAY"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue