diff --git a/RELEASE_HISTORY b/RELEASE_HISTORY index bfa184dade469a8187972fe904533d2df9eca1c2..d51d8fd531c5564cdbd1b06fac8f4d573f868e70 100644 --- a/RELEASE_HISTORY +++ b/RELEASE_HISTORY @@ -1,3 +1,16 @@ +Version 2.14.1 (2-Nov-2011) + +Bug Fixes +========= +1. Corrected the help for closestBed. It now correctly reads -io instead of -no. +2. Fixed regression in closestBed injected in version 2.13.4 whereby B features to the right of an A feature were missed. + +New tool. +============ +1. Added the multiIntersectBed tool for reporting common intervals among multiple **sorted** BED/GFF/VCF files. + + + Version 2.13.4 (26-Oct-2011) Bug Fixes ========= diff --git a/src/utils/version/version.h b/src/utils/version/version.h index a409d9faf742b893491d284e3f62b45f9cc322e9..6877d73cb61a0997ed97c421b8e15b94f6ed9d30 100644 --- a/src/utils/version/version.h +++ b/src/utils/version/version.h @@ -3,6 +3,6 @@ // define the version. All tools in the // suite carry the same version number. -#define VERSION "2.13.4" +#define VERSION "2.14.1" #endif /* VERSION_H */