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 354d73c commit fcd2d16Copy full SHA for fcd2d16
CHANGES
@@ -1,6 +1,11 @@
1
== CHANGES ==
2
3
4
+0.1.2
5
+ - fixes issues #6, #8, #9: problems with text to interval
6
+ - fixes issue #7: decoration of sign- and rounding-functions
7
+ - fixes issue #10: is_common on decorated intervals must ignore decoration
8
+
9
0.1.1
10
- ODR problems fixed
11
- inlined two_sum
CMakeLists.txt
@@ -39,7 +39,7 @@ project(libieeep1788)
39
40
set (P1788_VERSION_MAJOR 0)
41
set (P1788_VERSION_MINOR 1)
42
-set (P1788_VERSION_PATCH 1)
+set (P1788_VERSION_PATCH 2)
43
44
configure_file (
45
"${PROJECT_SOURCE_DIR}/p1788/version.hpp.in"
0 commit comments