From ab2f6db01e507554106d42a7266abc8257acda53 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 16 Apr 2010 23:41:50 -0500 Subject: [PATCH] Bump version number to 0.94 --- Factor.app/Contents/Info.plist | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist index 1c07f95643..591886b196 100644 --- a/Factor.app/Contents/Info.plist +++ b/Factor.app/Contents/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleVersion - 0.93 + 0.94 NSHumanReadableCopyright Copyright © 2003-2010 Factor developers NSServices diff --git a/GNUmakefile b/GNUmakefile index 9f93deedf2..30f44e9eba 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ ifdef CONFIG AR = ar LD = ld - VERSION = 0.93 + VERSION = 0.94 BUNDLE = Factor.app LIBPATH = -L/usr/X11R6/lib -- 2.34.1