Version in Makefile was wrong
parent
9270d25cf7
commit
29c7d30fba
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ CC = gcc
|
||||||
BINARY = f
|
BINARY = f
|
||||||
IMAGE = factor.image
|
IMAGE = factor.image
|
||||||
BUNDLE = Factor.app
|
BUNDLE = Factor.app
|
||||||
VERSION = 0.84
|
VERSION = 0.85
|
||||||
DISK_IMAGE_DIR = Factor-$(VERSION)
|
DISK_IMAGE_DIR = Factor-$(VERSION)
|
||||||
DISK_IMAGE = Factor-$(VERSION).dmg
|
DISK_IMAGE = Factor-$(VERSION).dmg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue