Skip to content

Commit

Permalink
Update version in README and CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Krakau committed Sep 8, 2018
1 parent 34674bc commit 651fb03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
========================================================================
PureCLIP 1.1.1
PureCLIP 1.1.2
Capturing target-specific protein-RNA interaction footprints

(c) 2018 Sabrina Krakau, Max Planck Institute for Molecular Genetics
Expand Down
Binary file added src/._.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ elseif (UNIX AND APPLE)
endif()
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_INSTALLED_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/../util;util" "${CMAKE_CURRENT_SOURCE_DIR}/../pkg;.")
message(STATUS "Adding file ${CMAKE_CURRENT_SOURCE_DIR}/../pkg/README")
Expand Down

0 comments on commit 651fb03

Please sign in to comment.