Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Sep 13, 2024
1 parent 7dc31e9 commit f76d4ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.2.1 (September 13th, 2024, codename Typhoon approaching)

C++17 fixes thanks to ChatGPT.

Version 1.2 (August 15th, 2015, codename chassé-croisé)

Added an experimental -extraG option to correct for G-mismatches on the first
Expand Down
2 changes: 1 addition & 1 deletion src/pairedBamToBed12/pairedBamToBed12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using namespace std;

// define our program name and version
#define PROGRAM_NAME "pairedBamToBed12"
#define PROGRAM_VERSION "1.2"
#define PROGRAM_VERSION "1.2.1"

// define our parameter checking macro
#define PARAMETER_CHECK(param, paramLen, actualLen) (strncmp(argv[i], param, min(actualLen, paramLen))== 0) && (actualLen == paramLen)
Expand Down

0 comments on commit f76d4ec

Please sign in to comment.