Skip to content

Commit 03e2cd8

Browse files
committed
mp++ 1.0.2.
1 parent 0e23d09 commit 03e2cd8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
1212
FORCE)
1313
endif()
1414

15-
project(mp++ VERSION 1.0.0 LANGUAGES CXX C)
15+
project(mp++ VERSION 1.0.2 LANGUAGES CXX C)
1616

1717
# Setup the mp++ ABI version number.
1818
set(MPPP_ABI_VERSION 15)

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
1.0.2 (2023-12-22)
5+
------------------
6+
7+
Fix
8+
~~~
9+
10+
- Fix wrong version number in ``CMakeLists.txt``.
11+
412
1.0.1 (2023-12-13)
513
------------------
614

0 commit comments

Comments
 (0)