Skip to content

Commit dc411d4

Browse files
bump version
1 parent 04ca0ba commit dc411d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ english:
1313
french:
1414
fasmg $(FLAGS_FRENCH) $(SRC) $(BIN_FRENCH)
1515

16-
.PHONY: all english french
16+
clean:
17+
rm -f $(BIN_ENGLISH) $(BIN_FRENCH)
18+
19+
.PHONY: all english french clean
1720

src/cesium.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; (c) 2015-2018 Matt "Mateoconlechuga" Waltz
55

66
cesium_name := 'Cesium'
7-
cesium_version := '3.0.3'
7+
cesium_version := '3.0.4'
88
cesium_copyright := '(C) 2015-2018 Matt Waltz'
99

1010
include 'include/macros.inc'

0 commit comments

Comments
 (0)