Skip to content

Commit a496b0e

Browse files
committed
Merge branch 'master' of git://github.com/b4winckler/macvim
Conflicts: src/MacVim/Info.plist src/auto/configure
2 parents 366e46f + 82d0ade commit a496b0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

runtime/doc/gui_mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_mac.txt* For Vim version 7.4a. Last change: 2012 Jan 13
1+
*gui_mac.txt* For Vim version 7.4. Last change: 2012 Jan 13
22

33

44
VIM REFERENCE MANUAL by Bjorn Winckler

src/MacVim/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
</dict>
12331233
</array>
12341234
<key>CFBundleVersion</key>
1235-
<string>20130713</string>
1235+
<string>20130813</string>
12361236
<key>NSMainNibFile</key>
12371237
<string>MainMenu</string>
12381238
<key>NSPrincipalClass</key>

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
buildSettings = {
737737
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
738738
COPY_PHASE_STRIP = NO;
739-
CURRENT_PROJECT_VERSION = 68;
739+
CURRENT_PROJECT_VERSION = 70;
740740
FRAMEWORK_SEARCH_PATHS = (
741741
"$(inherited)",
742742
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
@@ -769,7 +769,7 @@
769769
buildSettings = {
770770
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
771771
COPY_PHASE_STRIP = YES;
772-
CURRENT_PROJECT_VERSION = 68;
772+
CURRENT_PROJECT_VERSION = 70;
773773
FRAMEWORK_SEARCH_PATHS = (
774774
"$(inherited)",
775775
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",

0 commit comments

Comments
 (0)