Imported Upstream version 0.2.5
[tabix.git] / main.c
diff --git a/main.c b/main.c
index 46642510d6dfdccf0ab5a628826f1fe9844ae310..364abe5ff6751b3ea4720f3d1a45a7dcd22d84d4 100644 (file)
--- 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; }