Skip to content
mogemimi edited this page Aug 19, 2018 · 2 revisions

⚠️ This is the documentation for older version. Please see the new documentation Versioning instead.

How does Pomdog versioning work?

Pomdog follows semver.

  1. 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"
  1. Tagging
git tag v0.1.3
git push origin v0.1.3