summaryrefslogtreecommitdiffstats
path: root/src/defs_version.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-12-07 13:53:36 -0500
committerRJ Ryan <rryan@mixxx.org>2013-12-07 13:53:36 -0500
commit47951671e9daf57620402995461e7de915b285fb (patch)
treed1155de24f70dc6fcfdb3dcce985f690632a80cf /src/defs_version.h
parent4e6a3ab2d258f8e79ed95acc3fd322ee6f2ff34a (diff)
Strip \r from all src/ files.
Diffstat (limited to 'src/defs_version.h')
-rw-r--r--src/defs_version.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/defs_version.h b/src/defs_version.h
index 6b8a97e97b..a603d9f0fe 100644
--- a/src/defs_version.h
+++ b/src/defs_version.h
@@ -1,23 +1,23 @@
-/***************************************************************************
- defs_version.h - description
- --------------
- copyright : (C) 2010 by Sean Pappalardo
- email :
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
-// Doing this in its own file avoids needlessly rebuilding everything when just the version number changes
-
-// We define the version to be the branch name in Sconscript.env, unless it's a release branch
-#ifndef VERSION
- // In that case, this value is used
- #define VERSION "1.12.0-alpha-pre"
-#endif
+/***************************************************************************
+ defs_version.h - description
+ --------------
+ copyright : (C) 2010 by Sean Pappalardo
+ email :
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
+// Doing this in its own file avoids needlessly rebuilding everything when just the version number changes
+
+// We define the version to be the branch name in Sconscript.env, unless it's a release branch
+#ifndef VERSION
+ // In that case, this value is used
+ #define VERSION "1.12.0-alpha-pre"
+#endif