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 | |
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
-rw-r--r-- | accel-pppd/CMakeLists.txt | 2 | ||||
-rw-r--r-- | cmake/cpack.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index a556a381..0c1c9496 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -10,7 +10,7 @@ IF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) ) STRING(STRIP ${ACCEL_PPP_VERSION} ACCEL_PPP_VERSION) ELSE (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) - SET (ACCEL_PPP_VERSION 1.7.2) + SET (ACCEL_PPP_VERSION 1.7.3) ENDIF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) ADD_DEFINITIONS(-DACCEL_PPP_VERSION="${ACCEL_PPP_VERSION}") 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>") |