Wrong release number: 0.7.8 => 0.7.9

This commit is contained in:
Heng Li 2014-05-19 09:49:26 -04:00
parent be74dbc00c
commit 031d3d83ce
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -4,7 +4,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.8-r783"
#define PACKAGE_VERSION "0.7.9-r783"
#endif
int bwa_fa2pac(int argc, char *argv[]);