diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist
index 69013299c7..d0a1fd2b47 100644
--- a/src/MacVim/Info.plist
+++ b/src/MacVim/Info.plist
@@ -558,7 +558,7 @@
CFBundleVersion
- 37
+ 38
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
index 693edbea6a..f6d8bd4115 100644
--- a/src/MacVim/MacVim.xcodeproj/project.pbxproj
+++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj
@@ -766,7 +766,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 37;
+ CURRENT_PROJECT_VERSION = 38;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -807,7 +807,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 37;
+ CURRENT_PROJECT_VERSION = 38;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -839,7 +839,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 37;
+ CURRENT_PROJECT_VERSION = 38;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml
index a2f1521924..11b01281af 100644
--- a/src/MacVim/macvim_latest.xml
+++ b/src/MacVim/macvim_latest.xml
@@ -40,6 +40,31 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->
+ -
+ Snapshot 38 released
+ MacVim snapshot 38 released
+
+
Snapshot 37 had a problem with the "Login shell" option, so I've built a new snapshot containing a fix (by Ben Schmidt).
+
+ Changes since snapshot 37:
+
+ - Dropping multiple files on a window no longer results in an error
+ - Fix "Login shell" problems (Ben Schmidt)
+ - Exit Vim process if connection becomes invalid -- this should avoid the system log filling up with error messages, but please let me know when it happens (and send me the output from Console.app)
+
+
+ ]]>
+ Sat, 21 Nov 2008 16:26 CET
+
+
+
+
-
Snapshot 37 released