14 lines
254 B
C
14 lines
254 B
C
|
/*
|
||
|
* Copyright 2010, Pier Luigi Fiorini. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
|
||
|
#ifndef _SVN_REVISION_H
|
||
|
#define _SVN_REVISION_H
|
||
|
|
||
|
#include <SupportDefs.h>
|
||
|
|
||
|
extern const int32 kSVNRevision;
|
||
|
|
||
|
#endif // _SVN_REVISION_H
|