From b6410bc1a18857e989990742642c1ed4e2dc6e8c Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Sat, 23 Jan 2010 13:14:49 -0500
Subject: [PATCH] Updated version to 2.4.2

---
 RELEASE_HISTORY             | 4 ++++
 src/utils/version/version.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/RELEASE_HISTORY b/RELEASE_HISTORY
index de44840f..02404870 100644
--- a/RELEASE_HISTORY
+++ b/RELEASE_HISTORY
@@ -1,3 +1,7 @@
+Version 2.4.2 (Jan-23-2009)
+1. Fixed a minor bug in mergeBed when -nms and -s were used together.
+2. Improved the command line parsing to prevent the occasional segfault.
+
 Version 2.4.1 (Jan-12-2009)
 1. Updated BamTools libraries to remove some compilation issues on some systems/compilers.
 
diff --git a/src/utils/version/version.h b/src/utils/version/version.h
index 830bf9fd..31e9bf70 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.4.1"
+#define VERSION "2.4.2"
 
 #endif /* VERSION_H */
-- 
GitLab