nl @ end.

This commit is contained in:
Kelvin Sherlock 2016-09-24 12:49:10 -04:00
parent fa804e91f0
commit 42f9552352
1 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,5 @@ ok = system(*%w(cmake --build build))
ok = system(*%w(git add version.h))
ok = system(*%w(git commit -m), "Bump Version: #{VERSION}")
ok = system(*%w(git tag), "r#{VERSION}")
exit 0
exit 0