Bump version to 23.2.
[bpt/emacs.git] / nextstep / Cocoa / Emacs.base / Contents / Info.plist
index 054ebf8..c84b94a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-Copyright (C) 2008  Free Software Foundation, Inc.
+Copyright (C) 2008, 2009  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -64,6 +64,19 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
                        <key>CFBundleTypeRole</key>
                        <string>Editor</string>
                </dict>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>markdown</string>
+                               <string>mkdn</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>document.icns</string>
+                       <key>CFBundleTypeName</key>
+                       <string>Markdown document</string>
+                       <key>CFBundleTypeRole</key>
+                       <string>Editor</string>
+               </dict>
                <dict>
                        <key>CFBundleTypeExtensions</key>
                        <array>
@@ -540,7 +553,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        <key>CFBundleExecutable</key>
        <string>Emacs</string>
        <key>CFBundleGetInfoString</key>
-       <string>Emacs 23.0.60 (C) Free Software Foundation</string>
+       <string>Emacs 23.2 Copyright (C) 2010 Free Software Foundation, Inc.</string>
        <key>CFBundleIconFile</key>
        <string>Emacs.icns</string>
        <key>CFBundleIdentifier</key>
@@ -553,7 +566,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        <string>APPL</string>
        <!-- This should be the emacs version number. -->
        <key>CFBundleShortVersionString</key>
-       <string>23.0.60</string>
+       <string>23.2</string>
        <key>CFBundleSignature</key>
        <string>EMAx</string>
        <!-- This SHOULD be a build number. -->