mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10407] Add -o <outfile> option to genrevision.
This gives more flexibility to build systems that don't run genrevision with desired destination as working dir. For example a build system may run: build/tools/genrevision -o build/src/shared/revision.h
This commit is contained in:
parent
f3579fba64
commit
2260b7921f
2 changed files with 13 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10406"
|
||||
#define REVISION_NR "10407"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue