From ef18cb91cb2211250898d2ec94203b13328e4a6a Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 29 May 2013 11:49:08 -0400 Subject: [PATCH] Release bwa-0.7.5-r404 --- NEWS | 8 ++++---- main.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 230c3b3..f53e337 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/main.c b/main.c index de50a70..2c6d08c 100644 --- a/main.c +++ b/main.c @@ -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[]);