diff options
| author | 2009-09-01 15:05:26 +0000 | |
|---|---|---|
| committer | 2009-09-01 15:05:26 +0000 | |
| commit | d1188236f2e731b0a6d59bb2abaa218d5dc8fd60 (patch) | |
| tree | b3bf4c330882a0f89132bfbdb78346d749ec0c63 /src/inspircd.cpp | |
| parent | ./configure fixes: -modupdate is no longer needed, -update no longer forces a... (diff) | |
| download | inspircd++-d1188236f2e731b0a6d59bb2abaa218d5dc8fd60.tar.gz inspircd++-d1188236f2e731b0a6d59bb2abaa218d5dc8fd60.tar.bz2 inspircd++-d1188236f2e731b0a6d59bb2abaa218d5dc8fd60.zip | |
Move VERSION/REVISION to their own header to avoid needless rebuilds on update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11561 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5321aaee9..3b41d787b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -12,8 +12,8 @@ */ /* $Core */ -/* $Install: src/inspircd $(BINPATH) */ #include "inspircd.h" +#include "inspircd_version.h" #include <signal.h> #ifndef WIN32 |
