From 29c7d30fba2c1cfb747290fc51c271516c863700 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 20 Oct 2006 01:01:22 +0000 Subject: [PATCH] Version in Makefile was wrong --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0668b8b12d..e27ea94473 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC = gcc BINARY = f IMAGE = factor.image BUNDLE = Factor.app -VERSION = 0.84 +VERSION = 0.85 DISK_IMAGE_DIR = Factor-$(VERSION) DISK_IMAGE = Factor-$(VERSION).dmg