From 7e7b5924a6e60ceae7a4ccafe44c5f329f5f8bb9 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 14 Dec 2008 00:55:48 +0000 Subject: [PATCH] moved version information into separate header file to avoid the necessity of a complete recompile each time SVN revision changes git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1914 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 1 + src/core/main.cpp | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 758540a11..93df787e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-12-14 Tobias Doerffel + * src/core/main.cpp: * src/core/config_mgr.cpp: * src/core/mmp.cpp: * src/gui/main_window.cpp: diff --git a/src/core/main.cpp b/src/core/main.cpp index d58482242..5fc56857b 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -25,8 +25,6 @@ */ -#include "lmmsconfig.h" - #include #include #include @@ -38,6 +36,8 @@ #include #include +#include "lmmsconfig.h" + #ifdef LMMS_HAVE_SCHED_H #include #endif @@ -50,6 +50,7 @@ #include #endif +#include "lmmsversion.h" #include "config_mgr.h" #include "embed.h" #include "engine.h"