diff options
| author | megamage <none@none> | 2009-02-11 11:53:35 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-11 11:53:35 -0600 |
| commit | 6e84a2f3a58844e8246370d3155f410f9954206f (patch) | |
| tree | a319bc414952780632fe9b902dc9ff795c00c3e7 /src/shared/revision_nr.h | |
| parent | 7d8c08173243522cb642a096c847251a69520072 (diff) | |
[7264] Use AP fields as signed integer
Signed-off-by: DiSlord <dislord@nomail.com>
--HG--
branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
| -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 27a7f9b933c..04871acce89 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 "7263" + #define REVISION_NR "7264" #endif // __REVISION_NR_H__ |
