Krita Source Code Documentation
Loading...
Searching...
No Matches
libkdcraw_version.h
Go to the documentation of this file.
1
2#ifndef KDCRAW_VERSION_H
3#define KDCRAW_VERSION_H
4
5#define KDCRAW_VERSION_STRING "5.0.0"
6#define KDCRAW_VERSION_MAJOR 5
7#define KDCRAW_VERSION_MINOR 0
8#define KDCRAW_VERSION_PATCH 0
9#define KDCRAW_VERSION ((5<<16)|(0<<8)|(0))
10
11#endif