]> gitweb.factorcode.org Git - factor.git/commitdiff
Bump version number to 0.93
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Feb 2010 11:16:08 +0000 (00:16 +1300)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 16 Feb 2010 11:16:08 +0000 (00:16 +1300)
Factor.app/Contents/Info.plist
GNUmakefile

index c87520d0fdf3ab76cbba2a98ed82c6902f08a4b2..1c07f95643962ceddad10d5515829684fa563c22 100644 (file)
        <string>Factor</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
+       <key>CFBundleVersion</key>
+       <string>0.93</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright © 2003-2009, Slava Pestov and friends</string>
+       <string>Copyright © 2003-2010 Factor developers</string>
        <key>NSServices</key>
        <array>
                <dict>
index c4796de63be6205e18b997a23b9c8d40060dfecf..eac1c696df5b5ecab92c5eb709d48b2c60f79bb7 100755 (executable)
@@ -4,7 +4,7 @@ ifdef CONFIG
        AR = ar
        LD = ld
 
-       VERSION = 0.92
+       VERSION = 0.93
 
        BUNDLE = Factor.app
        LIBPATH = -L/usr/X11R6/lib