Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SLongshaw committed Apr 20, 2022
1 parent 8c3d6c5 commit cc32778
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(MUI VERSION 1.2.1 DESCRIPTION "Multiscale Universal Interface" LANGUAGES CXX C Fortran)
project(MUI VERSION 1.2.2 DESCRIPTION "Multiscale Universal Interface" LANGUAGES CXX C Fortran)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Multiscale Universal Interface Changelog #
############################################

[20 April 2022, 1.2.2]
- Improved endianness detection and implementation (in particular for Apple platforms)

[25 February 2022, 1.2.1]
- Performance improvements (in particular with large peer numbers).
- Add new parameters to RBF filter API.
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Multiscale Universal Interface"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2.1
PROJECT_NUMBER = 1.2.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion wrappers/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# },
# ext_modules = [mui4py_mod],
name='mui4py',
version='1.2.1',
version='1.2.2',
description='Python bindings for MUI coupling library.',
url='http://mxui.github.io',
author='Eduardo Ramos Fernandez',
Expand Down

0 comments on commit cc32778

Please sign in to comment.