Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed May 31, 2023
1 parent 43ef7da commit bd0087a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmake_minimum_required(VERSION 3.15)

# set the project name
project(platonyzer VERSION 2.0.2 LANGUAGES CXX)
project(platonyzer VERSION 2.0.3 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
Version 2.0.3
- Using new symmetry operations from libcifpp

Version 2.0.2
- Based on new libcifpp

0 comments on commit bd0087a

Please sign in to comment.