Skip to content

Commit

Permalink
bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 20, 2022
1 parent d3d29e7 commit 46ebf30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5)

project(LAZPERF VERSION 3.0.1)
project(LAZPERF VERSION 3.1.0)

set(ROOT_DIR ${PROJECT_SOURCE_DIR})
include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
Expand Down
6 changes: 3 additions & 3 deletions cpp/lazperf/lazperf_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#pragma once

#define LAZPERF_MAJOR_VERSION 3
#define LAZPERF_MINOR_VERSION 0
#define LAZPERF_REVISION 1
#define LAZPERF_VERSION 3.0.1
#define LAZPERF_MINOR_VERSION 1
#define LAZPERF_REVISION 0
#define LAZPERF_VERSION 3.1.0

#ifdef _WIN32
#define LAZPERF_EXPORT __declspec(dllexport)
Expand Down

0 comments on commit 46ebf30

Please sign in to comment.