From: Heng Li Date: Mon, 22 Nov 2010 03:20:20 +0000 (+0000) Subject: forget to change the version information X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3051bc3ea0364e30a220f69d8a921ea9d56a58d4;p=samtools.git forget to change the version information --- diff --git a/bamtk.c b/bamtk.c index cb17906..4c2a4a2 100644 --- a/bamtk.c +++ b/bamtk.c @@ -9,7 +9,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.1.10-9 (r844)" +#define PACKAGE_VERSION "0.1.11 (r851)" #endif int bam_taf2baf(int argc, char *argv[]);