Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only change the correct project file versions.
  • Loading branch information
mbaltaks committed Oct 25, 2009
1 parent 79e8254 commit 7358c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update_xcode_versions.pl
Expand Up @@ -42,6 +42,7 @@
} }


while ( <> ) { while ( <> ) {
s/(VERSION = ).+(;)/\1$Version\2/g; s/(CURRENT_PROJECT_VERSION = ).+(;)/\1$Version\2/g;
s/(MODULE_VERSION = ).+(;)/\1$Version\2/g;
print; print;
} }

0 comments on commit 7358c67

Please sign in to comment.