Exult Release Checklist
------------------------

* make sure all version numbers are up to date
  - configure.ac
  - Makefile.common
  - win32/exconfig.rc, win32/exultico.rc, win32/exultstudioico.rc
        (FILEVERSION, PRODUCTVERSION, "FileVersion" and "ProductVersion")
  - win32/exult.exe.manifest, win32/exult_studio.exe.manifest
        (version)
  - win32/exult_installer.iss, win32/exult_studio_installer.iss, win32/exult_tools_installer.iss
        (AppVerName, VersionInfoVersion)
  - msvcstuff/vs2019/msvc_include.h
        (VERSION)
  - ios/includes/config.h
        (PACKAGE_STRING, PACKAGE_VERSION, VERSION)
  - ios/info.plist
        (CFBundleShortVersionString)

* make sure the Windows installers doesn't refer to a Git snapshot
  - win32/exult_installer.iss, win32/exult_studio_installer.iss, win32/exult_tools_installer.iss
        (AppVerName)
  
* make sure the osxdmg and clean-local target doesn't refer to a Git snapshot
  - macosx/macosx.am (-volname "...", dmg filename)

* update NEWS; make sure version and date are correct

* make sure all (visible) copyright dates are up to date
  - version dialog in ActionAbout (keyactions.cc)
  - Info.plist.in
  - win32/exultico.rc, win32/exultstudioico.rc
  - macosx/exult_studio_info.plist.in

* documentation: make sure the readme/faq packaged are up to date
  - version numbers

* make sure all the right files are installed
  - Makefile.am
  - Makefile.mingw

* make sure all the right files are packaged
  - exult.spec.in
  - Makefile.mingw

* make sure "make dist" produces a tarball from which you can
  succesfully build, install and run Exult

* tag git
