From f85f21f51a3eddee226b54e65248afb5fb8c7c9a Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Wed, 2 Nov 2011 22:56:33 -0400
Subject: [PATCH] v2.14.2

---
 RELEASE_HISTORY             | 2 +-
 src/utils/version/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE_HISTORY b/RELEASE_HISTORY
index d51d8fd5..3555d1a6 100644
--- a/RELEASE_HISTORY
+++ b/RELEASE_HISTORY
@@ -1,4 +1,4 @@
-Version 2.14.1 (2-Nov-2011)
+Version 2.14.2 (2-Nov-2011)
 
 Bug Fixes
 =========
diff --git a/src/utils/version/version.h b/src/utils/version/version.h
index 6877d73c..0580cec6 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.14.1"
+#define VERSION "2.14.2"
 
 #endif /* VERSION_H */
-- 
GitLab