Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badda71 committed Jun 23, 2020
1 parent 2b06a32 commit e34f670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ APP_DESCRIPTION := Amiga 500 emulator
APP_AUTHOR := badda71 <[email protected]>
ICON := icon.png

VERSION_MAJOR := 0
VERSION_MINOR := 3
VERSION_MICRO := 1
VERSION_MAJOR := 1
VERSION_MINOR := 0
VERSION_MICRO := 0

ifeq ($(VERSION_MICRO),0)
VERSION := $(VERSION_MAJOR).$(VERSION_MINOR)
Expand Down

0 comments on commit e34f670

Please sign in to comment.