From 81c1067a1b49404246306442dd8c306d628903fb Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Fri, 5 Jun 2015 10:34:12 +0100
Subject: [PATCH] Remove traces of SWIFT heritage.

---
 src/version.h.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/version.h.in b/src/version.h.in
index 81e9597..d7bb698 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  * 
  ******************************************************************************/
-#ifndef SWIFT_VERSION_H
-#define SWIFT_VERSION_H
+#ifndef QUICKSCHED_VERSION_H
+#define QUICKSCHED_VERSION_H
 
 /**
  * @file version.h
@@ -32,4 +32,4 @@ const char* package_description( void );
 const char* package_version(void);
 const char* git_revision(void);
 
-#endif /* SWIFT_VERSION_H */
+#endif /* QUICKSCHED_VERSION_H */
-- 
GitLab