Skip to content

Commit

Permalink
createrelease: small update
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Mar 2, 2014
1 parent 4842115 commit 6a2f326
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions createrelease
Expand Up @@ -17,12 +17,11 @@
# #
# Update version numbers in: # Update version numbers in:
# sed -i "s/1.[0-9][0-9].99/1.62/" cli/main.cpp # sed -i "s/1.[0-9][0-9].99/1.62/" cli/main.cpp
# sed -i "s/1.[0-9][0-9] dev/1.62/" lib/cppcheck.cpp
# sed -i "s/1,[0-9][0-9],99,0/1,62,0,0/" lib/version.h # sed -i "s/1,[0-9][0-9],99,0/1,62,0,0/" lib/version.h
# sed -i "s/1.[0-9][0-9] dev/1.62/" lib/version.h # sed -i "s/1.[0-9][0-9] dev/1.62/" lib/version.h
# sed -i "s/1.[0-9][0-9] dev/1.62/" man/manual.docbook # sed -i "s/1.[0-9][0-9] dev/1.62/" man/manual.docbook
# sed -i "s/1.[0-9][0-9] dev/1.62/" win_installer/productInfo.wxi # sed -i "s/1.[0-9][0-9] dev/1.62/" win_installer/productInfo.wxi
# sed -i "s/1.[0-9][0-9].99/1.62/" win_installer/productInfo.wxi# # sed -i "s/1.[0-9][0-9].99/1.62/" win_installer/productInfo.wxi
# Verify: # Verify:
# grep '\.99' */*.[ch]* # grep '\.99' */*.[ch]*
# grep '[0-9][0-9] dev' */*.[ch]* # grep '[0-9][0-9] dev' */*.[ch]*
Expand Down

0 comments on commit 6a2f326

Please sign in to comment.