diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-09-06 09:05:09 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-09-06 09:05:09 +0400 |
commit | c8b3efbc63c25b6c5e22e6a235e1fc501bb36ffc (patch) | |
tree | cea96db2c434f5e3118d88884699b4b5c9d7293d /cmake | |
parent | fab542ddd4f87947cee43966013da29685d10c6a (diff) | |
download | accel-ppp-c8b3efbc63c25b6c5e22e6a235e1fc501bb36ffc.tar.gz accel-ppp-c8b3efbc63c25b6c5e22e6a235e1fc501bb36ffc.zip |
1.7.2 release
* fixed connection dropping when mppe=prefer and user rejects ccp
* improved tunnel termination (l2tp)
* fixed sending incorrect magic in lcp echo request
* fixed various typos
* gather interface statistics via netlink
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cpack.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index 117786a8..25893ea8 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -2,7 +2,7 @@ INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "7") -SET(CPACK_PACKAGE_VERSION_PATCH "1") +SET(CPACK_PACKAGE_VERSION_PATCH "2") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") |