From 9e5852c5402d720a0160873e088f05e2259ea567 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 23 Feb 2016 11:24:19 -0500 Subject: [PATCH] Released bwa-0.7.13 (r1126) --- NEWS.md | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index d09544e..15c2762 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,7 +23,7 @@ Detailed changes: license. This allows us to create an Apache2-licensed BWA (in the "Apache2" branch) for commercial users who are concerned with GPL. -(0.7.13: 23 Feburary 2016, r1118) +(0.7.13: 23 Feburary 2016, r1126) diff --git a/main.c b/main.c index 8389466..a5ae5fa 100644 --- a/main.c +++ b/main.c @@ -4,7 +4,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.12-r1102-dirty" +#define PACKAGE_VERSION "0.7.13-r1126" #endif int bwa_fa2pac(int argc, char *argv[]);