You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ Destroy the `co`. The argument `co` must not be NULL. The private save stack wou
414
414
```c
415
415
#define ACO_VERSION_MAJOR 1
416
416
#define ACO_VERSION_MINOR 2
417
-
#define ACO_VERSION_PATCH 3
417
+
#define ACO_VERSION_PATCH 4
418
418
```
419
419
420
420
These 3 macros are defined in the header `aco.h` and the value of them follows the spec: [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).
@@ -940,6 +940,9 @@ New ideas are welcome!
940
940
# CHANGES
941
941
942
942
```
943
+
v1.2.4 Sun Jul 29 2018
944
+
Changed `asm` to `__asm__` in aco.h to support compiler's `--std=c99`
945
+
flag (Issue #16, proposed by Theo Schlossnagle @postwait).
943
946
v1.2.3 Thu Jul 26 2018
944
947
Added support for MacOS;
945
948
Added support for shared library build of libaco (PR #10, proposed
0 commit comments