X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=main.c;h=364abe5ff6751b3ea4720f3d1a45a7dcd22d84d4;hb=84d11c8582a9911643014aa9c68d538e3c064997;hp=46642510d6dfdccf0ab5a628826f1fe9844ae310;hpb=6154f20a217dfc124ef3016ba6adccd709c00f29;p=tabix.git diff --git a/main.c b/main.c index 4664251..364abe5 100644 --- a/main.c +++ b/main.c @@ -7,7 +7,7 @@ #include "bgzf.h" #include "tabix.h" -#define PACKAGE_VERSION "0.2.4 (r949)" +#define PACKAGE_VERSION "0.2.5 (r964)" #define error(...) { fprintf(stderr,__VA_ARGS__); return -1; }