Skip to content

Commit

Permalink
Add exact-complex to list of the feature identifiers
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <[email protected]>
  • Loading branch information
yamacir-kit committed Sep 14, 2022
1 parent 252b1e6 commit 931b885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ sudo rm -rf /usr/local/share/meevax

| Target Name | Description
|:-------------------|:--
| `all` (default) | Build shared-library `libmeevax.0.4.231.so` and executable `meevax`.
| `all` (default) | Build shared-library `libmeevax.0.4.232.so` and executable `meevax`.
| `test` | Test executable `meevax`.
| `package` | Generate debian package `meevax_0.4.231_amd64.deb`.
| `package` | Generate debian package `meevax_0.4.232_amd64.deb`.
| `install` | Copy files into `/usr/local` __(1)__.
| `install.deb` | `all` + `package` + `sudo apt install <meevax>.deb`
| `safe-install.deb` | `all` + `test` + `package` + `sudo apt install <meevax>.deb`
Expand All @@ -122,7 +122,7 @@ __(1)__ Meevax installed by `make install` cannot be uninstalled by the system's
## Usage

```
Meevax Lisp System, version 0.4.231
Meevax Lisp System, version 0.4.232
Usage: meevax [OPTION...] [FILE...]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.231
0.4.232
2 changes: 1 addition & 1 deletion configure/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inline namespace kernel
let static const features = list(
make<symbol>("r4rs"),
make<symbol>("exact-closed"),
// make<symbol>("exact-complex"),
make<symbol>("exact-complex"),
make<symbol>("ieee-float"),
// make<symbol>("full-unicode"),
make<symbol>("ratios"),
Expand Down

0 comments on commit 931b885

Please sign in to comment.