2010-05-12 13:57:19 -05:00
|
|
|
/*
|
2011-12-03 16:38:03 -06:00
|
|
|
* Copyright 2011, Pier Luigi Fiorini. All rights reserved.
|
2010-05-12 13:57:19 -05:00
|
|
|
* 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
|