mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
8 lines
146 B
C
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
|