We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e23d09 commit 03e2cd8Copy full SHA for 03e2cd8
CMakeLists.txt
@@ -12,7 +12,7 @@ if(NOT CMAKE_BUILD_TYPE)
12
FORCE)
13
endif()
14
15
-project(mp++ VERSION 1.0.0 LANGUAGES CXX C)
+project(mp++ VERSION 1.0.2 LANGUAGES CXX C)
16
17
# Setup the mp++ ABI version number.
18
set(MPPP_ABI_VERSION 15)
doc/changelog.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+1.0.2 (2023-12-22)
5
+------------------
6
+
7
+Fix
8
+~~~
9
10
+- Fix wrong version number in ``CMakeLists.txt``.
11
1.0.1 (2023-12-13)
------------------
0 commit comments