Skip to content

Commit

Permalink
Add script to update the version/revision
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhub committed Dec 21, 2016
1 parent e7f40f0 commit 2c780bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions maintainer-scripts/update-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

old="'4\.11\.0'"
new="'4\.11\.99'"

for i in */conf.py ; do
sed -i "s/\(version\|release\) = $old/\1 = $new/g" $i
done

0 comments on commit 2c780bf

Please sign in to comment.