Hi Johannes, I'm busy building GitX v0.7.1, but I noticed my local builds won't update. This is because my current version is:
v0.7-13-g7bfcf9a which gets turned into:: #define LONG_VERSION 0.7.13 #define GIT_VERSION v0.7-13-g7bfcf9a #define SHORT_VERSION 0.7 so, if I want Sparkle to update, I need to call it at least 0.7.14... I don't think the long version is that important, we only used it to display something in the about dialog, I think. Is it OK to just set it to SHORT_VERSION instead? Or is there some interaction I'm forgetting? Note: this shouldn't influence current users, as they all have 0.7 as LONG_VERSION, if I'm not mistaken. - Pieter P.S. I updated the Sparkle framework which now requires signed updates. I think that's a good change, so I'm currently the only one with the private key.
