File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 33PROJECT_NAME = "MPack"
44PROJECT_BRIEF = "A C encoding/decoding library for the MessagePack serialization format."
55
6- # This is the only place where the version number is defined.
7- # The packaging script pulls the version number from here.
86PROJECT_NUMBER = develop
97
108INPUT = \
Original file line number Diff line number Diff line change 4242
4343#define MPACK_VERSION_MAJOR 0 /**< The major version number of MPack. */
4444#define MPACK_VERSION_MINOR 5 /**< The minor version number of MPack. */
45- #define MPACK_VERSION_PATCH 0 /**< The patch version number of MPack. */
45+ #define MPACK_VERSION_PATCH 1 /**< The patch version number of MPack. */
4646
4747/** A number containing the version number of MPack for comparison purposes. */
4848#define MPACK_VERSION ((MPACK_VERSION_MAJOR * 10000) + \
You can’t perform that action at this time.
0 commit comments