Skip to content

Commit

Permalink
bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Feb 5, 2021
1 parent 660b96c commit 5087258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gffcompare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <errno.h>
#include "gtf_tracking.h"

#define VERSION "0.12.5"
#define VERSION "0.12.2"

#define USAGE "Usage:\n\
gffcompare [-r <reference_mrna.gtf> [-R]] [-T] [-V] [-s <seq_path>]\n\
Expand Down
2 changes: 1 addition & 1 deletion trmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "GBitVec.h"
#include "GIntervalTree.h"

#define VERSION "0.12.5"
#define VERSION "0.12.2"

bool simpleOvl=false;
bool stricterMatching=false;
Expand Down

0 comments on commit 5087258

Please sign in to comment.