Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Jan 21, 2022
1 parent 859ab5e commit 7aaa27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.7
## 0.5.0

* Editing:
* Action to make animations loop in the property context menu
Expand Down
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.4.6 LANGUAGES CXX)
project(Glaxnimate VERSION 0.5.0 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 7aaa27b

Please sign in to comment.