Skip to content

Commit

Permalink
Updated documentation and code blocks files.
Browse files Browse the repository at this point in the history
  • Loading branch information
riksweeney committed Mar 16, 2019
1 parent 15c8bfb commit 75789ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions doc/changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGE LOG
----------

Version 1.31
* Updated game to use SDL2
* Updated Esperanto translation

Version 1.30
* Updated Esperanto translation
* Updated homepage URL
Expand Down
2 changes: 1 addition & 1 deletion doc/readme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Legend of Edgar

Version 1.30
Version 1.31

LICENSE

Expand Down
2 changes: 1 addition & 1 deletion edgar.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Compiler>
<Add option="-Wall" />
<Add option='-DLOCALE_DIR=\&quot;locale\&quot;' />
<Add option='-DVERSION=&quot;1.30&quot;' />
<Add option='-DVERSION=&quot;1.31&quot;' />
<Add option='-DINSTALL_PATH=\&quot;\&quot;' />
<Add option='-DPAK_FILE=\&quot;edgar.pak\&quot;' />
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />
Expand Down
4 changes: 2 additions & 2 deletions edgar.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ BEGIN
BEGIN
VALUE "CompanyName" , "Parallel Realities"
VALUE "FileDescription", "A 2D platform game with a persistent world"
VALUE "FileVersion" , "1.30.0.0"
VALUE "FileVersion" , "1.31.0.0"
VALUE "ProductName" , "The Legend of Edgar"
VALUE "ProductVersion" , "1.30.0.0"
VALUE "ProductVersion" , "1.31.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion pak.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</Build>
<Compiler>
<Add option="-Wall" />
<Add option='-DVERSION=&quot;1.30&quot;' />
<Add option='-DVERSION=&quot;1.31&quot;' />
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />
<Add directory="../../../../MinGW/libs/CEGUI-0.7.9/dependencies/include" />
</Compiler>
Expand Down

0 comments on commit 75789ec

Please sign in to comment.