Make the version arg optional.
authorRaymond Toy <toy.raymond@gmail.com>
Sat, 2 Feb 2013 18:49:53 +0000 (10:49 -0800)
committerRaymond Toy <toy.raymond@gmail.com>
Sat, 2 Feb 2013 18:49:53 +0000 (10:49 -0800)
commite7999980594850508d3a0f223fd62ba230cf7857
tree44e7a614f1e19a00761533196a9ada5095b2adbe
parent9f423c672ba470c71c7d8e4164d3283e4f4b1044
Make the version arg optional.

If the version is not specified, determine a default version based on
the git hash returned by git describe.  Thus, for tagged snapshot
builds, the version will automatically be chosen from the tag, with
"snapshot-" removed.
bin/make-dist.sh