Skip to content

Commit

Permalink
Merge branch 'release/3648' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Aug 13, 2015
2 parents d437545 + c543369 commit 8a68af2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Patch 3648 (August 13, 2015)
===========================

Bugs
----

- ASF no longer have issues gaining targets when just given move orders
- Satelite works with 'no-air' restriction again

Enhancements
------------

- Remove 'no sc1 units' restriction that would make the game unplayable

Patch 3646 (August 11, 2015)
===========================

Expand Down
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function GetVersion()
return "3646"
return "3648"
end
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Documentation for the extended FAF mod_info.lua format can be found here:
-- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation
name = "Forged Alliance Forever"
version = 3646
version = 3648
_faf_modname='faf'
copyright = "Forged Alliance Forever Community"
description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ master|develop
------------ | -------------
[![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=master)](https://travis-ci.org/FAForever/fa) | [![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=develop)](https://travis-ci.org/FAForever/fa)

Current patch is: 3645
Current patch is: 3648

Changelog can be found [here](changelog.md).

Expand Down

0 comments on commit 8a68af2

Please sign in to comment.