Skip to content

Commit

Permalink
Add final release DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenms committed Oct 22, 2022
1 parent 7913449 commit dea3227
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Assets/CvGameCoreDLL.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Python/Victory/BaseRequirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def succeed(self):
self.state = SUCCESS

def fail(self):
show("Requirement '%s' failed", self.description())
# show("Requirement '%s' failed", self.description())
self.state = FAILURE

def fulfilled(self, evaluator):
Expand Down
2 changes: 1 addition & 1 deletion Assets/XML/GlobalDefinesVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Civ4Defines xmlns="x-schema:CIV4GlobalDefinesSchema.xml">
<Define>
<DefineName>DAWN_OF_CIV_MOD_VERSION</DefineName>
<DefineTextVal>1.16.6-12</DefineTextVal>
<DefineTextVal>1.16.7</DefineTextVal>
</Define>
</Civ4Defines>

0 comments on commit dea3227

Please sign in to comment.