Release bwa-0.7.5-r404

This commit is contained in:
Heng Li 2013-05-29 11:49:08 -04:00
parent 01c9cd152b
commit ef18cb91cb
2 changed files with 5 additions and 5 deletions

8
NEWS
View File

@ -1,10 +1,10 @@
Release 0.7.5 (28 May, 2013)
Release 0.7.5 (29 May, 2013)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changes in all components:
* Improved error checking on memory allocation and file reading/writing.
Patches provided by Rob Davies.
* Improved error checking on memory allocation and file I/O. Patches provided
by Rob Davies.
* Updated README.
@ -46,7 +46,7 @@ In addition, if you use BWA-MEM or the fastmap command of BWA, please cite:
Thank you.
(0.7.5: 28 May 2013, r402)
(0.7.5: 29 May 2013, r404)

2
main.c
View File

@ -3,7 +3,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.4-r401-beta"
#define PACKAGE_VERSION "0.7.5-r404"
#endif
int bwa_fa2pac(int argc, char *argv[]);