Skip to content
derselbst edited this page Dec 27, 2017 · 19 revisions

Preparation

  • Write up a changelog in the wiki
  • Check copyright year in fluidsynth.c
  • Update the version in the configure.ac / CMakeLists.txt to reflect the new version
  • Also update the library versions in configure.ac / CMakeLists.txt as per the embedded documentation (i.e., if there is any new C API and what not) (LIB_VERSION_AGE and LIB_VERSION_REVISION).
  • If there are any new API features or settings, they should be documented in the developers reference document.
  • Update man page with any new command line or settings options
  • Generate new Doxyfile
  • find . -type f -exec sed -i 's/@NEXT_RELEASE@/REAL_VERSION/g' {} + with REAL_VERSION=x.y.z

Actual release

Announce the release