Skip to content

Commit

Permalink
RELEASE-NOTES.md and program version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Jan 3, 2025
1 parent 3573a13 commit 9be0496
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## [4.12.1] - 2025-01-03
### Fixed
- engine: heuristics for reconnecting cells in constructors improved (yields less defective offspring)

## [4.12.0] - 2024-12-29
### Added
- gui/simulation parameters: overview widget for all parameter zones and radiation sources
Expand Down
2 changes: 1 addition & 1 deletion source/Base/Resources.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Const
{
std::string const ProgramVersion = "4.12.0";
std::string const ProgramVersion = "4.12.1";
std::string const DiscordURL = "https://discord.gg/7bjyZdXXQ2";
std::string const AlienURL = "alien-project.org";

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alien",
"version": "4.12.0",
"version": "4.12.1",
"dependencies": [
{
"name": "glew",
Expand Down

0 comments on commit 9be0496

Please sign in to comment.