diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-02-28 11:55:37 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-02-28 12:10:38 +0300 |
commit | 5f99604785357de4d0716ef7a85e770be81f6db7 (patch) | |
tree | d25ffb1eff9bacae9118a34d4e87e337c3c0aab3 /cmake/cpack.cmake | |
parent | d7efa14d50976995b1e6c8b43f0a110767bf7661 (diff) | |
download | accel-ppp-5f99604785357de4d0716ef7a85e770be81f6db7.tar.gz accel-ppp-5f99604785357de4d0716ef7a85e770be81f6db7.zip |
1.3.5 release
Diffstat (limited to 'cmake/cpack.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 3de94d7e..10b8e32f 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 "3") -SET(CPACK_PACKAGE_VERSION_PATCH "4") +SET(CPACK_PACKAGE_VERSION_PATCH "5") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") |