From 4c1cd406c909b967caa61ca31a92f966b64654b1 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 17 Feb 2010 00:16:08 +1300 Subject: [PATCH] Bump version number to 0.93 --- Factor.app/Contents/Info.plist | 4 +++- GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist index c87520d0fd..1c07f95643 100644 --- a/Factor.app/Contents/Info.plist +++ b/Factor.app/Contents/Info.plist @@ -31,8 +31,10 @@ Factor CFBundlePackageType APPL + CFBundleVersion + 0.93 NSHumanReadableCopyright - Copyright © 2003-2009, Slava Pestov and friends + Copyright © 2003-2010 Factor developers NSServices diff --git a/GNUmakefile b/GNUmakefile index c4796de63b..eac1c696df 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ ifdef CONFIG AR = ar LD = ld - VERSION = 0.92 + VERSION = 0.93 BUNDLE = Factor.app LIBPATH = -L/usr/X11R6/lib -- 2.34.1