summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-03-11 11:51:06 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-03-11 11:51:06 +0400
commit144650e729bb733393f2cc32f99569ce5dc068b8 (patch)
tree69ae1052dae238774f0a2758579db3de7bb1ec04 /cmake
parent1e3e55bf5d13468c7272c626fd556c8f28c38d66 (diff)
downloadaccel-ppp-144650e729bb733393f2cc32f99569ce5dc068b8.tar.gz
accel-ppp-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 'cmake')
-rw-r--r--cmake/cpack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index 55311550..28fb4016 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -1,7 +1,7 @@
INCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
-SET(CPACK_PACKAGE_VERSION_MINOR "5")
+SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_NAME "accel-ppp")