I ask again. How do release numbers correspond to changes in github?
They no longer do directly: git's hex value to define a revision didn't work with some of our mechanism about identifying newer/older revisions, as it's not an increasing value, but a hash. Thus we needed to replace the rev hash with something which we knew would grow over time. Such as a time stamp :-).
-- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
