File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,9 @@ inline const DWORD * STATIC2DOCINFO ( const DWORD * pAttrs ) { return STATIC2DOC
203203#endif
204204
205205#ifndef SPHINX_TAG
206- #define SPHINX_TAG " -dev"
206+ #define BANNER_TAG " -dev"
207+ #else
208+ #define BANNER_TAG " -" SPHINX_TAG
207209#endif
208210
209211#ifndef GIT_TIMESTAMP_ID
@@ -214,7 +216,7 @@ inline const DWORD * STATIC2DOCINFO ( const DWORD * pAttrs ) { return STATIC2DOC
214216// this line is deprecated and no more used. Leaved here for a while.
215217#define SPHINX_VERSION_NUMBERS " 2.4.1"
216218
217- #define SPHINX_VERSION SPHINX_VERSION_NUMBERS " " SPH_GIT_COMMIT_ID " @" GIT_TIMESTAMP_ID " " SPHINX_BITS_TAG SPHINX_TAG
219+ #define SPHINX_VERSION SPHINX_VERSION_NUMBERS " " SPH_GIT_COMMIT_ID " @" GIT_TIMESTAMP_ID " " SPHINX_BITS_TAG BANNER_TAG
218220#define SPHINX_BANNER " Manticore " SPHINX_VERSION " \n Copyright (c) 2001-2016, Andrew Aksyonoff\n " \
219221 " Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)\n " \
220222 " Copyright (c) 2017, Manticore Software LTD (http://manticoresearch.com)\n\n "
Original file line number Diff line number Diff line change 11#define SPH_GIT_COMMIT_ID "@SPH_GIT_COMMIT_ID@"
22#define GIT_TIMESTAMP_ID "@GIT_TIMESTAMP_ID@"
3- #cmakedefine SPHINX_TAG "-${ SPHINX_TAG} "
3+ #cmakedefine SPHINX_TAG "@ SPHINX_TAG@ "
You can’t perform that action at this time.
0 commit comments