Skip to content

Commit

Permalink
Bump up version to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: septicmk <[email protected]>
  • Loading branch information
mengke-mk committed Jun 14, 2023
1 parent a4840a0 commit 8bf7804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8)
project(libgrape-lite C CXX)

set(LIBGRAPELITE_MAJOR_VERSION 0)
set(LIBGRAPELITE_MINOR_VERSION 2)
set(LIBGRAPELITE_PATCH_VERSION 5)
set(LIBGRAPELITE_MINOR_VERSION 3)
set(LIBGRAPELITE_PATCH_VERSION 0)
set(LIBGRAPELITE_VERSION ${LIBGRAPELITE_MAJOR_VERSION}.${LIBGRAPELITE_MINOR_VERSION}.${LIBGRAPELITE_PATCH_VERSION})

# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 8bf7804

Please sign in to comment.