Skip to content

Commit e37da82

Browse files
committed
Bump version [ci force push]
1 parent 5dfba66 commit e37da82

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<a href="https://github.com/HyperWinX/HyperCPU/issues">
2929
<img src="https://img.shields.io/github/issues/HyperWinX/HyperCPU"
3030
alt="GitHub opened issues"></a>
31-
<img src="https://img.shields.io/badge/version-0.2.7-red"
31+
<img src="https://img.shields.io/badge/version-0.3.0-red"
3232
alt="Version">
3333
<img src="https://img.shields.io/github/actions/workflow/status/HyperWinX/HyperCPU/testing.yml?branch=dev"
3434
alt="CI status">
@@ -63,14 +63,13 @@ You can find the project roadmap [here](ROADMAP.md).
6363

6464
## Installation
6565

66-
At the moment of writing this text, HyperCPU installation is done by building the whole project from source codes. Maybe one day HyperCPU will start distributing release tarballs for much easier installation, but who knows.
66+
At the moment of writing this text, HyperCPU installation is done by building the whole project from source code. Maybe one day HyperCPU will start distributing release tarballs for much easier installation, but who knows.
6767

6868
### Building from source codes
6969

7070
HyperCPU requires these tools and libraries:
7171

72-
* C++ compiler with C++23 standard support (i. e. `gcc` >= `14`);
73-
* `clang` >= `19`;
72+
* C++ compiler with C++23 standard support (i. e. `gcc` >= `14` or `clang` >= 19);
7473
* `cmake`, `ninja` - build systems;
7574
* `re2` - regular expressions parser;
7675
* `libfmt` - formatting library;
@@ -144,4 +143,4 @@ Thank you for your interest in HyperCPU.
144143

145144
## License
146145

147-
HyperCPU is a free software licensed under [GNU General Public License 3.0](LICENSE).
146+
HyperCPU is a free software licensed under [GNU General Public License 3.0](LICENSE).

src/Version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
static constexpr char HCPU_VERSION[] = "0.2.7";
1+
static constexpr char HCPU_VERSION[] = "0.3.0";

0 commit comments

Comments
 (0)