Moved wavelet to its own tab

This commit is contained in:
Ingo
2015-06-08 16:22:33 +02:00
commit d5fba1ea48
1741 changed files with 437841 additions and 0 deletions

13
rtgui/version.h.in Normal file
View File

@@ -0,0 +1,13 @@
// 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