summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-03-20 09:43:40 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-03-20 09:43:40 +0400
commit0d96cf0aaaa46c8515de49afcb0a776e2ce3302e (patch)
tree20749e46ce8af421cbe0cebe2d3b5a2255689722 /cmake
parent2960bdcbfbdf21c6bd41aec37065620b5474e23f (diff)
downloadaccel-ppp-0d96cf0aaaa46c8515de49afcb0a776e2ce3302e.tar.gz
accel-ppp-0d96cf0aaaa46c8515de49afcb0a776e2ce3302e.zip
1.6.1 release
* fixed ip-down segfault
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 28fb4016..4a820867 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 "6")
-SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_NAME "accel-ppp")
SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>")