Skip to content

Commit

Permalink
Version bump to 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Dec 23, 2023
1 parent e5c33a0 commit 190ace5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 0.11.0 (unreleased)
* 0.11.0
* Fixed beams only showing hit explosions on one target being hit instead of all
* Consider beam width when computing collisions
* Made beam effects a bit thinner
Expand Down
2 changes: 1 addition & 1 deletion dat/events/updater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function create ()
did0100 = true
end
-- Run on saves older than 0.11.0
if not save_version or naev.versionTest( save_version, "0.11.0-beta.1") < 0 then
if not save_version or naev.versionTest( save_version, "0.11.0") < 0 then
updater0110( did0100, did090 )
didupdate = true
end
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('naev', 'c',
version : '0.11.0-beta.3',
version : '0.11.0',
default_options : [
'optimization=g',
'c_std=gnu11',
Expand Down
3 changes: 3 additions & 0 deletions org.naev.Naev.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
</categories>

<releases>
<release version="0.11.0" type="stable" date="2023-12-23">
<url>https://naev.org/blarg/2023-12-23_0.11.0/</url>
</release>
<release version="0.10.6" type="stable" date="2023-07-07">
<url>https://naev.org/blarg/2023-07-07_0.10.6/</url>
</release>
Expand Down

0 comments on commit 190ace5

Please sign in to comment.