diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-12-07 18:08:24 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-12-07 18:08:24 +0400 |
commit | e72a1dc9c479673f93127711e512ef26ec6f02ce (patch) | |
tree | fb5e5088046be6bd8e810bf96aab10e383decaa6 /cmake | |
parent | e738e9dcb801d9fc5f9ba1356ab9e1caa5e55441 (diff) | |
download | accel-ppp-e72a1dc9c479673f93127711e512ef26ec6f02ce.tar.gz accel-ppp-e72a1dc9c479673f93127711e512ef26ec6f02ce.zip |
1.7.3 release
* fixed various bugs in cli
* fixed l2tp connection problem from android
* implemented chap-secrets encryption
* implemented NBNS (WINS) support
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 25893ea8..f4d57e46 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 "2") +SET(CPACK_PACKAGE_VERSION_PATCH "3") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") |