Skip to content

Commit

Permalink
bump to v17.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Aug 5, 2024
1 parent c583f03 commit 1f27786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ Goldfish Scheme x.y.z means that it is using the C++ Standard x, based on S7 Sch
Scheme is `17.10.0`, it means that it is using the `C++ 17` standard, based on `S7 Scheme 10.x`, the patch version is `0`.

## License
Goldfish Scheme is licensed under Apache 2.0, for some of the code snippets which are derived from the S7 Scheme repo and SRFI have been explicited claimed in the related source files.
Goldfish Scheme is licensed under Apache 2.0, some of the code snippets which are derived from the S7 Scheme repo and SRFI have been explicited claimed in the related source files.


2 changes: 1 addition & 1 deletion src/goldfish.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <wordexp.h>
#endif

const int patch_version= 0; // Goldfish Patch Version
const int patch_version= 1; // Goldfish Patch Version
const int minor_version= S7_MAJOR_VERSION; // S7 Major Version
const int major_version= 17; // C++ Standard version

Expand Down

0 comments on commit 1f27786

Please sign in to comment.