Pomdog follows semver. To bump the version of the engine, follow the following steps:
-
Edit source code
vim include/Pomdog/Basic/Version.hpp git add include/Pomdog/Basic/Version.hpp git commit -m "Bump version to 0.1.3"
-
Tagging
git tag v0.1.3 git push origin v0.1.3