Skip to content

Commit 75789ec

Browse files
committed
Updated documentation and code blocks files.
1 parent 15c8bfb commit 75789ec

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

doc/changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGE LOG
22
----------
33

4+
Version 1.31
5+
* Updated game to use SDL2
6+
* Updated Esperanto translation
7+
48
Version 1.30
59
* Updated Esperanto translation
610
* Updated homepage URL

doc/readme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Legend of Edgar
22

3-
Version 1.30
3+
Version 1.31
44

55
LICENSE
66

edgar.cbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Compiler>
3535
<Add option="-Wall" />
3636
<Add option='-DLOCALE_DIR=\&quot;locale\&quot;' />
37-
<Add option='-DVERSION=&quot;1.30&quot;' />
37+
<Add option='-DVERSION=&quot;1.31&quot;' />
3838
<Add option='-DINSTALL_PATH=\&quot;\&quot;' />
3939
<Add option='-DPAK_FILE=\&quot;edgar.pak\&quot;' />
4040
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />

edgar.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ BEGIN
1818
BEGIN
1919
VALUE "CompanyName" , "Parallel Realities"
2020
VALUE "FileDescription", "A 2D platform game with a persistent world"
21-
VALUE "FileVersion" , "1.30.0.0"
21+
VALUE "FileVersion" , "1.31.0.0"
2222
VALUE "ProductName" , "The Legend of Edgar"
23-
VALUE "ProductVersion" , "1.30.0.0"
23+
VALUE "ProductVersion" , "1.31.0.0"
2424
END
2525
END
2626
BLOCK "VarFileInfo"

pak.cbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</Build>
3434
<Compiler>
3535
<Add option="-Wall" />
36-
<Add option='-DVERSION=&quot;1.30&quot;' />
36+
<Add option='-DVERSION=&quot;1.31&quot;' />
3737
<Add directory="../../../../MinGW/libs/SDL-1.2.15/include" />
3838
<Add directory="../../../../MinGW/libs/CEGUI-0.7.9/dependencies/include" />
3939
</Compiler>

0 commit comments

Comments
 (0)