Skip to content

Commit e34f670

Browse files
committed
bump version to 1.0.0
1 parent 2b06a32 commit e34f670

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ APP_DESCRIPTION := Amiga 500 emulator
4545
APP_AUTHOR := badda71 <me@badda.de>
4646
ICON := icon.png
4747

48-
VERSION_MAJOR := 0
49-
VERSION_MINOR := 3
50-
VERSION_MICRO := 1
48+
VERSION_MAJOR := 1
49+
VERSION_MINOR := 0
50+
VERSION_MICRO := 0
5151

5252
ifeq ($(VERSION_MICRO),0)
5353
VERSION := $(VERSION_MAJOR).$(VERSION_MINOR)

0 commit comments

Comments
 (0)