Skip to content

Commit

Permalink
Snapshot 47
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Jul 16, 2009
1 parent 699de3c commit 29745cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -1189,7 +1189,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>46</string> <string>47</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
Expand Down
6 changes: 3 additions & 3 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Expand Up @@ -737,7 +737,7 @@
i386, i386,
); );
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 46; CURRENT_PROJECT_VERSION = 47;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -778,7 +778,7 @@
buildSettings = { buildSettings = {
ARCHS = "$(NATIVE_ARCH)"; ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 46; CURRENT_PROJECT_VERSION = 47;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down Expand Up @@ -810,7 +810,7 @@
buildSettings = { buildSettings = {
ARCHS = "$(NATIVE_ARCH)"; ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 46; CURRENT_PROJECT_VERSION = 47;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
Expand Down
13 changes: 7 additions & 6 deletions src/MacVim/macvim_latest.xml
Expand Up @@ -41,9 +41,9 @@
--> -->


<item> <item>
<title>Snapshot 46 released</title> <title>Snapshot 47 released</title>
<description><![CDATA[ <description><![CDATA[
<h1>MacVim snapshot 46 released</h1> <h1>MacVim snapshot 47 released</h1>
<p> Changes since snapshot 45: <p> Changes since snapshot 45:
<ul> <ul>
Expand All @@ -56,15 +56,16 @@
<li> The titles of the next/previous tab menu items now match other apps </li> <li> The titles of the next/previous tab menu items now match other apps </li>
<li> Add NetBeans support (Kazuki Sakamoto) </li> <li> Add NetBeans support (Kazuki Sakamoto) </li>
<li> Add simple logging facility </li> <li> Add simple logging facility </li>
<li> Fix a bug which could cause a crash when a dialog sheet was used </li>
<li> Update to latest Vim patches and runtime files </li> <li> Update to latest Vim patches and runtime files </li>
</ul> </ul>
</p> </p>
]]></description> ]]></description>
<pubDate>Fri, 10 Jul 2009 23:50 CET</pubDate> <pubDate>Fri, 16 Jul 2009 19:43 CET</pubDate>
<enclosure type="application/octet-stream" <enclosure type="application/octet-stream"
url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-46.tbz" url="http://newmacvim.muskokamug.org/mirror/files/MacVim-snapshot-47.tbz"
length="8198862" length="8200839"
sparkle:version="46" sparkle:version="47"
sparkle:shortVersionString="7.2" sparkle:shortVersionString="7.2"
/> />
</item> </item>
Expand Down

0 comments on commit 29745cf

Please sign in to comment.