Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Krakau committed Nov 13, 2018
1 parent c862e79 commit 943d900
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2
PureCLIP 1.2.0
Capturing target-specific protein-RNA interaction footprints

(c) 2018 Sabrina Krakau, Max Planck Institute for Molecular Genetics
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ elseif (UNIX AND APPLE)
SET(CPACK_SYSTEM_NAME "mac64${LINK_TYPE}")
endif()
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_VERSION_MINOR "2")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
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
4 changes: 2 additions & 2 deletions src/pureclip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ parseCommandLine(AppOptions & options, int argc, char const ** argv)
ArgumentParser parser("pureclip");
// Set short description, version, and date.
setShortDescription(parser, "Protein-RNA interaction site detection ");
setVersion(parser, "1.1.2");
setDate(parser, "September 2018");
setVersion(parser, "1.2.0");
setDate(parser, "November 2018");

// Define usage line and long description.
addUsageLine(parser, "[\\fIOPTIONS\\fP] <-i \\fIBAM FILE\\fP> <-bai \\fIBAI FILE\\fP> <-g \\fIGENOME FILE\\fP> <-o \\fIOUTPUT BED FILE\\fP> ");
Expand Down

0 comments on commit 943d900

Please sign in to comment.