Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
release 0.10.14: step 2: update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 19, 2021
1 parent 5a568fb commit ab1a5dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/measurement_kit/common/version.h
Expand Up @@ -14,7 +14,7 @@
// MK_VERSION is measurement-kit version according to manual tagging. This is
// updated when we bless a new release. It does not accurately describe a
// development build, for which MK_VERSION_FULL may be better.
#define MK_VERSION "0.10.13"
#define MK_VERSION "0.10.14"

// MEASUREMENT_KIT_VERSION is a backward compatibility alias for MK_VERSION.
#define MEASUREMENT_KIT_VERSION MK_VERSION
Expand All @@ -23,7 +23,7 @@
// as part of the `./autogen.sh` script that prepares a source tarball. If we
// cannot run `git` because we're not in a git repository, then we set this
// variable equal to MK_VERSION.
#define MK_VERSION_FULL "v0.10.13"
#define MK_VERSION_FULL "v0.10.14"

// MK_VERSION_MAJOR is the major version number extracted from MK_VERSION_FULL.
#define MK_VERSION_MAJOR 0
Expand All @@ -32,7 +32,7 @@
#define MK_VERSION_MINOR 10

// MK_VERSION_PATCH is the patch version number extracted from MK_VERSION_FULL.
#define MK_VERSION_PATCH 13
#define MK_VERSION_PATCH 14

// MK_VERSION_STABLE is 1 if this is a stable release, 0 otherwise.
#define MK_VERSION_STABLE 1
Expand All @@ -47,7 +47,7 @@
// ^^^ ^^^ ^^^ ^^^
// major minor patch stable
// ```
#define MK_VERSION_NUMERIC 0x00000000010000131LL
#define MK_VERSION_NUMERIC 0x00000000010000141LL

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit ab1a5dc

Please sign in to comment.