summaryrefslogtreecommitdiff
path: root/cmake/cpack.cmake
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-01-17 13:20:59 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-01-17 13:20:59 +0400
commit0db5ce4226e6183bc99635d3b98c598aaef051d2 (patch)
tree2e2e0a3d406acc688d39bcdd756c6372b974af68 /cmake/cpack.cmake
parentc3633b1ab2bcd9d3855a88d435378aaa3c14ead9 (diff)
downloadaccel-ppp-xebd-0db5ce4226e6183bc99635d3b98c598aaef051d2.tar.gz
accel-ppp-xebd-0db5ce4226e6183bc99635d3b98c598aaef051d2.zip
1.5.0 release
* implemented named IP pools (radius Framed-Pool attribute) * implemented logging to system logger (log_syslog) * implemented ability to send cli commands via snmp * implemented PADI limiting (pppoe) * implemented simultaneous radius requests limiting * various bug fixes and improvements
Diffstat (limited to 'cmake/cpack.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 142ceac..5531155 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 "4")
+SET(CPACK_PACKAGE_VERSION_MINOR "5")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_NAME "accel-ppp")