mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
04c5c3a8cb
We used the whole output of git describe before, not realizing that neither MacOS nor Sparkle are ok with alphabetic characters but instead want monotonically increasing integers. So now we just take the major version number appended with the number of commits since the last tag. Signed-off-by: Johannes Gilger <heipei@hackvalue.de>