RetroShare/retroshare-gui/src/cmark_version.h
2018-07-22 10:32:17 +02:00

8 lines
146 B
C

#ifndef CMARK_VERSION_H
#define CMARK_VERSION_H
#define CMARK_VERSION ((0 << 16) | (28 << 8) | 0)
#define CMARK_VERSION_STRING "0.28.0"
#endif