Skip to content

Commit

Permalink
Bump version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina Krakau committed Apr 2, 2019
1 parent d6fb955 commit ed9344e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0
PureCLIP 1.3.1
Capturing target-specific protein-RNA interaction footprints

(c) 2019 Sabrina Krakau, Max Planck Institute for Molecular Genetics
Expand Down
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 "3")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
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 @@ -52,8 +52,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.3.0");
setDate(parser, "February 2019");
setVersion(parser, "1.3.1");
setDate(parser, "April 2019");

// 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 ed9344e

Please sign in to comment.