Released bwa-0.7.13 (r1126)

This commit is contained in:
Heng Li 2016-02-23 11:24:19 -05:00
parent b94a78adbf
commit 9e5852c540
2 changed files with 2 additions and 2 deletions

View File

@ -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)

2
main.c
View File

@ -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[]);