Skip to content

Commit

Permalink
Bump version to 0.7-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Nov 13, 2024
1 parent 5414f34 commit b037d0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This project is in the _beta_ phase. This means it's feature complete, but still

The project is compatible with **[Godot 4.3](https://godotengine.org/download/archive/4.3-stable/)**.

### Current release: 0.7-beta4
### Current release: 0.7-beta5

* **[Download for Linux](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta4/libgdsion-linux.zip)**
* **[Download for macOS](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta4/libgdsion-macos.zip)**
* **[Download for Windows](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta4/libgdsion-windows.zip)**
* **[Download for Web](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta4/libgdsion-web.zip)** (requires _4.3-beta1_ or later)
* **[Download for Android](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta4/libgdsion-android.zip)**
* **[Download for Linux](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta5/libgdsion-linux.zip)**
* **[Download for macOS](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta5/libgdsion-macos.zip)**
* **[Download for Windows](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta5/libgdsion-windows.zip)**
* **[Download for Web](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta5/libgdsion-web.zip)** (requires _4.3-beta1_ or later)
* **[Download for Android](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta5/libgdsion-android.zip)**

_These archives contain both release and debug binaries._

Expand Down
2 changes: 1 addition & 1 deletion src/sion_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// TODO: Extract somewhere more manageable?
const char *SiONDriver::VERSION = "0.7.0.0"; // Original code is versioned 0.6.6.0.
const char *SiONDriver::VERSION_FLAVOR = "beta4";
const char *SiONDriver::VERSION_FLAVOR = "beta5";

SiONDriver *SiONDriver::_mutex = nullptr;
bool SiONDriver::_allow_multiple_drivers = false;
Expand Down

0 comments on commit b037d0f

Please sign in to comment.