Skip to content

Commit a86bec2

Browse files
committedMar 23, 2018
Release of 3.0.1
1 parent 3e87f1b commit a86bec2

File tree

3 files changed

+1092
-3
lines changed

3 files changed

+1092
-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 "3")
22
SET(CPACK_PACKAGE_VERSION_MINOR "0")
3-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
3+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Girona")
66
IF (POLICY CMP0048) # in CMake 3.0.0+

0 commit comments

Comments
 (0)
Please sign in to comment.