14 lines
343 B
C
14 lines
343 B
C
// This file is automatically generated by the Makefile - DO NOT EDIT!
|
|
// You can (should) also tell mercurial to ignore it.
|
|
|
|
#ifndef _VERSION_
|
|
#define _VERSION_
|
|
|
|
#define VERSION "${HG_VERSION}"
|
|
#define VERSION_SUFFIX "${VERSION_SUFFIX}"
|
|
#define TAGDISTANCE ${HG_TAGDISTANCE}
|
|
#define CACHEFOLDERNAME "RawTherapee${CACHE_NAME_SUFFIX}"
|
|
|
|
#endif
|
|
|