Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neargye committed Mar 4, 2024
1 parent b51f938 commit c333d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8)

project(semver VERSION "0.3.0" LANGUAGES CXX)
project(semver VERSION "0.3.1" LANGUAGES CXX)

if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
set(IS_TOPLEVEL_PROJECT TRUE)
Expand Down
4 changes: 2 additions & 2 deletions include/semver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// \ / __/ | \__ \ | (_) | | | | | | | | (_| | | |____|_| |_|
// \/ \___|_| |___/_|\___/|_| |_|_|_| |_|\__, | \_____|
// https://github.com/Neargye/semver __/ |
// version 0.3.0 |___/
// version 0.3.1 |___/
//
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
// SPDX-License-Identifier: MIT
Expand Down Expand Up @@ -41,7 +41,7 @@

#define SEMVER_VERSION_MAJOR 0
#define SEMVER_VERSION_MINOR 3
#define SEMVER_VERSION_PATCH 0
#define SEMVER_VERSION_PATCH 1

#include <cstddef>
#include <cstdint>
Expand Down

0 comments on commit c333d59

Please sign in to comment.