diff --git a/createrelease b/createrelease index e7c724d9c..ec556f99d 100755 --- a/createrelease +++ b/createrelease @@ -37,12 +37,12 @@ # egrep "2\.[0-9]+" */*.h */*.cpp man/*.md | grep -v "test/test" | less # git commit -a -m "1.43: Set versions" # +# Build and test the windows installer +# # Update the Makefile: # make dmake && ./dmake --release # git commit -a -m "1.43: Updated Makefile" # -# Build and test the windows installer -# # Tag: # git tag 1.43 # git push --tags