diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-11-01 17:45:31 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-11-01 17:45:31 +0400 |
commit | c0ee752358319ef3502cbd7604a9e8be5a18afd8 (patch) | |
tree | 47f6400c6b87c0752137da86ad92d97474833da3 /cmake | |
parent | 1c89473d04c74e224546c596608f227dcd77518b (diff) | |
parent | cbd29e841d4a90cf93515ba8341a8bbdbd4dea38 (diff) | |
download | accel-ppp-c0ee752358319ef3502cbd7604a9e8be5a18afd8.tar.gz accel-ppp-c0ee752358319ef3502cbd7604a9e8be5a18afd8.zip |
Merge branch '1.7' of ssh://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp into 1.7
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cpack.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index 117786a8..25893ea8 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 "1") +SET(CPACK_PACKAGE_VERSION_PATCH "2") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") |