diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist
index 1e3055da0f..7a85a25195 100644
--- a/src/MacVim/Info.plist
+++ b/src/MacVim/Info.plist
@@ -574,7 +574,7 @@
CFBundleSignature
VIMM
CFBundleVersion
- 31
+ 32
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj
index 8391e025e6..e9f26a4a0c 100644
--- a/src/MacVim/MacVim.xcodeproj/project.pbxproj
+++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj
@@ -698,7 +698,7 @@
i386,
);
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 31;
+ CURRENT_PROJECT_VERSION = 32;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -739,7 +739,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 31;
+ CURRENT_PROJECT_VERSION = 32;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
@@ -770,7 +770,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 31;
+ CURRENT_PROJECT_VERSION = 32;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
diff --git a/src/MacVim/macvim_latest.xml b/src/MacVim/macvim_latest.xml
index 2cd862f12c..aef54bc674 100644
--- a/src/MacVim/macvim_latest.xml
+++ b/src/MacVim/macvim_latest.xml
@@ -40,6 +40,37 @@
Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
-->
+ -
+ Snapshot 32 released
+ MacVim snapshot 32 released
+
+
This snapshot contains fixes for several severe bugs; I strongly suggest
+that you update now!
+
+ Changes since snapshot 31:
+
+ - Fix several bugs that caused MacVim to crash
+ - Console dialogs work once again (set go+=c)
+ - Background processes work (:sh ... &)
+ - Ctrl-Shift can be used for modeless selection
+ - No crashes with HTML plugin
+ - Toolbar is a bit better at finding icons (this still needs some work)
+
+ - Latest Vim source code and runtime files merged
+
+
+ ]]>
+ Fri, 22 Jun 2008 13:13 CET
+
+
+
+
-
Snapshot 31 released