Skip to content

Commit

Permalink
Snapshot 53
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Aug 17, 2010
1 parent c8e3375 commit 730064c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/MacVim/Info.plist
Expand Up @@ -1185,7 +1185,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.2</string>
<string>7.3</string>
<key>CFBundleSignature</key>
<string>VIMM</string>
<key>CFBundleURLTypes</key>
Expand All @@ -1202,7 +1202,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>52</string>
<string>53</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down Expand Up @@ -1248,7 +1248,7 @@
</dict>
</array>
<key>SUFeedURL</key>
<string>http://bjorn.winckler.googlepages.com/macvim_latest.xml</string>
<string>http://b4winckler.github.com/macvim/appcast/stable.xml</string>
<key>NSAppleScriptEnabled</key>
<true/>

Expand Down
4 changes: 2 additions & 2 deletions src/MacVim/MacVim.xcodeproj/project.pbxproj
Expand Up @@ -621,7 +621,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 53;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -651,7 +651,7 @@
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 52;
CURRENT_PROJECT_VERSION = 53;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down

0 comments on commit 730064c

Please sign in to comment.