Skip to content

Commit

Permalink
Added script for upgrading release number
Browse files Browse the repository at this point in the history
  • Loading branch information
landro committed Aug 11, 2013
1 parent c30c1bf commit 66d40b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

Script for replacing verision number in all files

Mac OS X/Free BSD

find -E .. -regex '^.*\.(tcl|md)$' -exec sed -i '' 's/OLD_VERSION_NUMBER/NEW_VERSION_NUMBER/g' {} \;

0 comments on commit 66d40b2

Please sign in to comment.