With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
13 lines
300 B
C
13 lines
300 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 TAGDISTANCE ${HG_TAGDISTANCE}
|
|
#define CACHEFOLDERNAME "RawTherapee${CACHE_NAME_SUFFIX}"
|
|
|
|
#endif
|
|
|