Skip to content

Commit

Permalink
Moved to 2.0.0
Browse files Browse the repository at this point in the history
Updated test results
  • Loading branch information
lucaderi committed May 22, 2017
1 parent cb6aabb commit 09c1765
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 137 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libndpi], [1.8.0])
AC_INIT([libndpi], [2.0.0])

AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -18,8 +18,7 @@ if test -d ".git"; then :
#
#
GIT_NUM=`git log --pretty=oneline | wc -l | tr -d '[[:space:]]'`
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`
GIT_RELEASE="${PACKAGE_VERSION}-${GIT_BRANCH}-${GIT_NUM}-${GIT_TAG}"
GIT_RELEASE="${PACKAGE_VERSION}-${GIT_NUM}-${GIT_TAG}"
else
GIT_RELEASE="${PACKAGE_VERSION}"
GIT_DATE=`date`
Expand Down
Loading

0 comments on commit 09c1765

Please sign in to comment.