Skip to content

Commit fcd2d16

Browse files
author
Marco Nehmeier
committed
V 0.1.2: closes #6, closes #7, closes #8, closes #9, closes #10
1 parent 354d73c commit fcd2d16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
== CHANGES ==
22

33

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+
49
0.1.1
510
- ODR problems fixed
611
- inlined two_sum

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ project(libieeep1788)
3939

4040
set (P1788_VERSION_MAJOR 0)
4141
set (P1788_VERSION_MINOR 1)
42-
set (P1788_VERSION_PATCH 1)
42+
set (P1788_VERSION_PATCH 2)
4343

4444
configure_file (
4545
"${PROJECT_SOURCE_DIR}/p1788/version.hpp.in"

0 commit comments

Comments
 (0)