diff --git a/configure.ac b/configure.ac index 1129d3d1e..4b00cdfe8 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([NEXTEPC], [0.2.0], [acetcom@gmail.com]) +AC_INIT([NEXTEPC], [0.3.0], [acetcom@gmail.com]) AC_SUBST(LIBVERSION) LIBVERSION=1:0:0 diff --git a/support/README.md b/support/README.md index f8e9e1f69..efa21c2bc 100644 --- a/support/README.md +++ b/support/README.md @@ -1,7 +1,7 @@ * Network Configuration user@host ~/Documents/git/nextepc/support$ \ - sudo ./linux_netconfig.sh + sudo ./network/restart.sh * Generate Key & Cert for Diameter user@host ~/Documents/git/nextepc/support$ \ @@ -12,14 +12,14 @@ user@host ~/Documents/git/nextepc$ \ sudo valgrind --leak-check=full --show-leak-kinds=all \ --suppressions=support/valgrind/mongoc.suppressions \ --suppressions=support/valgrind/freeDiameter.suppressions \ - ./epcd + ./test/testepc * Generate Suppression File user@host ~/Documents/git/nextepc$ \ sudo valgrind --leak-check=full --show-reachable=yes --error-limit=no \ --gen-suppressions=all --log-file=support/valgrind/test.log \ --suppressions=support/valgrind/mongoc.suppressions \ - ./epcd + ./test/testepc user@host ~/Documents/git/nextepc/support/valgrind$ \ sudo chown user:user test.log