We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b06a32 commit e34f670Copy full SHA for e34f670
1 file changed
Makefile
@@ -45,9 +45,9 @@ APP_DESCRIPTION := Amiga 500 emulator
45
APP_AUTHOR := badda71 <me@badda.de>
46
ICON := icon.png
47
48
-VERSION_MAJOR := 0
49
-VERSION_MINOR := 3
50
-VERSION_MICRO := 1
+VERSION_MAJOR := 1
+VERSION_MINOR := 0
+VERSION_MICRO := 0
51
52
ifeq ($(VERSION_MICRO),0)
53
VERSION := $(VERSION_MAJOR).$(VERSION_MINOR)
0 commit comments