diff --git a/src/version.h.in b/src/version.h.in
index 81e959721bcb6387bd99e0791748d333ae63204f..d7bb69852fd2257a6386499559c76238f6ad1681 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 */