RetroShare/retroshare-gui/src/cmark_version.h

8 lines
146 B
C
Raw Normal View History

2017-08-19 13:18:58 -04:00
#ifndef CMARK_VERSION_H
#define CMARK_VERSION_H
#define CMARK_VERSION ((0 << 16) | (28 << 8) | 0)
#define CMARK_VERSION_STRING "0.28.0"
#endif