Skip to content

Commit 3da00d7

Browse files
committed
Bumped version to 0.5.1
1 parent 5617d54 commit 3da00d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Doxyfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
PROJECT_NAME = "MPack"
44
PROJECT_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.
86
PROJECT_NUMBER = develop
97

108
INPUT = \

src/mpack/mpack-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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) + \

0 commit comments

Comments
 (0)