Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesnos committed Aug 31, 2022
1 parent f2f0de0 commit dde4852
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
Expand Up @@ -41,7 +41,7 @@ set(PROJECT_NAME GEGELATI)

project(${PROJECT_NAME}
LANGUAGES CXX
VERSION 1.1.0)
VERSION 1.2.0)
string(TOLOWER ${PROJECT_NAME} project_name)
set(LIB_SOURCE_DIRECTORY ${project_name}lib)

Expand Down
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GEGELATI Changelog

## Release version x.y.x
_yyyy.mm.dd_
## Release version 1.2.0 - Cantutuccini flavor
_2022.08.31_

### New features
* Add `Data::PointerWrapper` class to simplify interracing of GEGELATI with primitive variables (non-array) data from a learning environment.
Expand Down

0 comments on commit dde4852

Please sign in to comment.