diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-03-11 11:51:06 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-03-11 11:51:06 +0400 |
commit | 144650e729bb733393f2cc32f99569ce5dc068b8 (patch) | |
tree | 69ae1052dae238774f0a2758579db3de7bb1ec04 /accel-pppd | |
parent | 1e3e55bf5d13468c7272c626fd556c8f28c38d66 (diff) | |
download | accel-ppp-xebd-144650e729bb733393f2cc32f99569ce5dc068b8.tar.gz accel-ppp-xebd-144650e729bb733393f2cc32f99569ce5dc068b8.zip |
1.6.0 release
* implemented logwtmp module
* implemented connlimit module
* implemented advanced shaper
* implemented MS-Primary-DNS-Server/MS-Secondary-DNS-Server attributes
* fix per-interface PADI limiting (pppoe)
* fix module load order
* fix "show sessions match" (cli)
* other bugfixes and improvements
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index 4e6c6d6..64a902f 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.5.0) + SET (ACCEL_PPP_VERSION 1.6.0) ENDIF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) ADD_DEFINITIONS(-DACCEL_PPP_VERSION="${ACCEL_PPP_VERSION}") |