Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Tag measurement-kit/libndt v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jul 27, 2018
1 parent 80ca785 commit d71b491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ INPUT = libndt.hpp
JAVADOC_AUTOBRIEF = YES
PROJECT_BRIEF = "Measurement Kit NDT library"
PROJECT_NAME = measurement-kit/libndt
PROJECT_NUMBER = v0.26.0
PROJECT_NUMBER = v0.25.1
RECURSIVE = NO
4 changes: 2 additions & 2 deletions libndt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ using Version = unsigned int;
constexpr Version version_major = Version{0};

/// Minor API version number of measurement-kit/libndt.
constexpr Version version_minor = Version{26};
constexpr Version version_minor = Version{25};

/// Patch API version number of measurement-kit/libndt.
constexpr Version version_patch = Version{0};
constexpr Version version_patch = Version{1};

/// Flags that indicate what subtests to run.
using NettestFlags = unsigned char;
Expand Down

0 comments on commit d71b491

Please sign in to comment.