r1102: resumed versioning

This commit is contained in:
Heng Li 2016-02-01 11:57:14 -05:00
parent ede7b092a2
commit 86170ffd2f
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -4,7 +4,7 @@
#include "utils.h" #include "utils.h"
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.12-r1044" #define PACKAGE_VERSION "0.7.12-r1102-dirty"
#endif #endif
int bwa_fa2pac(int argc, char *argv[]); int bwa_fa2pac(int argc, char *argv[]);