Skip to content

Commit b13abfe

Browse files
committedSep 1, 2012
Snapshot 65
1 parent 933cfa5 commit b13abfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/MacVim/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
</dict>
12331233
</array>
12341234
<key>CFBundleVersion</key>
1235-
<string>64</string>
1235+
<string>65</string>
12361236
<key>NSMainNibFile</key>
12371237
<string>MainMenu</string>
12381238
<key>NSPrincipalClass</key>

‎src/MacVim/MacVim.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
buildSettings = {
615615
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
616616
COPY_PHASE_STRIP = NO;
617-
CURRENT_PROJECT_VERSION = 64;
617+
CURRENT_PROJECT_VERSION = 65;
618618
FRAMEWORK_SEARCH_PATHS = (
619619
"$(inherited)",
620620
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
@@ -645,7 +645,7 @@
645645
buildSettings = {
646646
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
647647
COPY_PHASE_STRIP = YES;
648-
CURRENT_PROJECT_VERSION = 64;
648+
CURRENT_PROJECT_VERSION = 65;
649649
FRAMEWORK_SEARCH_PATHS = (
650650
"$(inherited)",
651651
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",

0 commit comments

Comments
 (0)
Failed to load comments.