diff options
| author | megamage <none@none> | 2009-03-09 17:53:33 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-09 17:53:33 -0600 |
| commit | f4e473c877c162088ed566ea12e9953327a52f92 (patch) | |
| tree | 7c1652de3bbdd0d5675a8f2e853499be285e360b /src | |
| parent | f9aaf5bffb2686fda61016edc920a5a54845ea43 (diff) | |
[7423] Disable incremental limking for binaries in debug mode. Author: VladimirMangos
Anyway it always fail and back to non-incremental way.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b78c81a0466..ff2d069c8f3 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7422" + #define REVISION_NR "7423" #endif // __REVISION_NR_H__ |
