r291: summary - bwt.c micro optimization

This commit is contained in:
Heng Li 2013-02-26 12:10:19 -05:00
parent aa92c720b5
commit bfb2583d7f
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.6.2-r284-beta"
#define PACKAGE_VERSION "0.6.2-r291-beta"
#endif
static int usage()