Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Sep 11, 2022
1 parent 1b0b5b1 commit 3823323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
cmake_policy(SET CMP0077 NEW)


project(Glaxnimate VERSION 0.5.0 LANGUAGES CXX)
project(Glaxnimate VERSION 0.5.1 LANGUAGES CXX)
set(PROJECT_SLUG "glaxnimate")
set(LIB_NAME_CORE "${PROJECT_SLUG}_core")
set(LIB_NAME_GUI "${PROJECT_SLUG}_gui")
Expand Down

0 comments on commit 3823323

Please sign in to comment.