summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2012-12-07 18:08:24 +0400
committerKozlov Dmitry <xeb@mail.ru>2012-12-07 18:08:24 +0400
commite72a1dc9c479673f93127711e512ef26ec6f02ce (patch)
treefb5e5088046be6bd8e810bf96aab10e383decaa6 /cmake
parente738e9dcb801d9fc5f9ba1356ab9e1caa5e55441 (diff)
downloadaccel-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
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 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>")