Skip to content

Commit

Permalink
fixed project version
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgst committed Dec 5, 2010
1 parent d205194 commit 248bd9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion HACKING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ and run as you please.
== Release Packaging ==

1. Make sure the version number is updated:
1a. Update CURRENT_PROJECT_VERSION for "All Configurations" in the Project Info within XCode.
1a. Update CURRENT_PROJECT_VERSION for "All Configurations" in the
Project Info within XCode. To be on the safe side do it for the
generic project as well as for the Time Tracker target in the "Targets"
section.

2. Update the ChangeLog.yml.

Expand Down
6 changes: 3 additions & 3 deletions Time Tracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
BUNDLE_IDENTIFIER = com.slooz.timetracker;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.3.11;
CURRENT_PROJECT_VERSION = 1.3.12;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -613,7 +613,7 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
BUNDLE_IDENTIFIER = com.slooz.timetracker;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.3.11;
CURRENT_PROJECT_VERSION = 1.3.12;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -644,7 +644,7 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
BUNDLE_IDENTIFIER = com.slooz.timetracker;
CURRENT_PROJECT_VERSION = 1.3.11;
CURRENT_PROJECT_VERSION = 1.3.12;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down

0 comments on commit 248bd9f

Please sign in to comment.