Hi miki151,
I've tried KeeperRL alpha5 and really enjoyed it, it's already quite functional and fun!
I'm considering packaging KeeperRL for the Mageia Linux distribution. Though to do so I need to set a proper version for the package, that will be consistent with later version (i.e. letter versions should be greater than it for the parser). So “alpha5” is not optimal for such things, and I wondered if you had a planned version number for the final release?
For alphas and betas, Mageia's policy is to set the target version as version, and add “0.alpha5.%{rel}”, where %{rel} is Mageia's internal package release.
So if the final version were to be 1.0, my package would be keeperrl-1.0-0.alpha5.1″.
Another possibility if you want to have the stable version be 1.0, would be for me to call the alphas “0.x”, e.g. 0.5 for alpha5.
What's your opinion about this?
It would also be great if you created git tags when you release an alpha, so that people can get the source code of a given version.