blob: ce9779c7ac88ce7f7e02ea89048bdf46f83e155c (
plain)
1
2
3
4
5
6
|
/* Localized versions of Info.plist keys */
CFBundleName = "Emacs";
CFBundleShortVersionString = "Version @version@";
CFBundleGetInfoString = "Emacs version @version@, NS Windowing";
NSHumanReadableCopyright = "Copyright (C) 2012 Free Software Foundation, Inc.";
|