Skip to content

Commit 2e4219d

Browse files
committed
update version number and docs
1 parent d510410 commit 2e4219d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The library is actively maintained, and is still being extended. A list of featu
2828

2929
* basic library functions:
3030
- ```abs```, ```max```, ```min```, ```pow```, ```sqrt```,
31+
- `ceil`, `floor`, `round`, `trunc`,
3132
- ```exp```, ```expm1```, ```log```, ```log1p```, and more
3233
* trigonometric functions:
3334
- basic: ```cos```, ```sin```, ```tan```

include/gcem_incl/gcem_options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#endif
3131

3232
#ifndef GCEM_VERSION_MINOR
33-
#define GCEM_VERSION_MINOR 11
33+
#define GCEM_VERSION_MINOR 12
3434
#endif
3535

3636
#ifndef GCEM_VERSION_PATCH

0 commit comments

Comments
 (0)