Skip to content

Commit

Permalink
mp++ 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 22, 2023
1 parent 0e23d09 commit 03e2cd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(mp++ VERSION 1.0.0 LANGUAGES CXX C)
project(mp++ VERSION 1.0.2 LANGUAGES CXX C)

# Setup the mp++ ABI version number.
set(MPPP_ABI_VERSION 15)
Expand Down
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.0.2 (2023-12-22)
------------------

Fix
~~~

- Fix wrong version number in ``CMakeLists.txt``.

1.0.1 (2023-12-13)
------------------

Expand Down

0 comments on commit 03e2cd8

Please sign in to comment.