Skip to content

Commit 71ba2c7

Browse files
committedNov 27, 2015
Release of 2.8.4
1 parent ff95b7b commit 71ba2c7

File tree

3 files changed

+570
-3
lines changed

3 files changed

+570
-3
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
22
SET(CPACK_PACKAGE_VERSION_MINOR "8")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "3")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "4")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Wien")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

0 commit comments

Comments
 (0)
Please sign in to comment.