Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
Line 39: Line 39:
* Publish news on Kexi forum: http://forum.kde.org/viewforum.php?f=220
* Publish news on Kexi forum: http://forum.kde.org/viewforum.php?f=220
* Publish news on https://twitter.com/kexi_project, https://www.facebook.com/kexi.project
* Publish news on https://twitter.com/kexi_project, https://www.facebook.com/kexi.project
* <strike>Publish news on [https://www.bountysource.com/teams/kexi/updates/new Bountysource] - [[Calligra/Release_Howto/Bountysource_Kexi_news_template|template]]</strike>
* Publish news on [https://salt.bountysource.com/teams/kexi/admin/updates/new Bountysource] - [[Calligra/Release_Howto/Bountysource_Kexi_news_template|template]]
* Stable versions:
* Stable versions:

Revision as of 09:01, 17 April 2018

Maintainer of this section: Jstaniek (talk)

Before creating tarballs

  • Update version info in the source code:
    • KEXI: in kexi.git/cmake/modules/SetKexiVersionInfo.cmake
      • PROJECT_VERSION_STRING
      • PROJECT_STABLE_VERSION_MAJOR
      • PROJECT_STABLE_VERSION_MINOR
      • PROJECT_VERSION_RELEASE
      • KEXI_ALPHA, KEXI_BETA, KEXI_BETA
    • KEXI: in kexi.git/CMakeLists.txt
      • Maybe KEXI_FRAMEWORKS_MIN_VERSION
    • KDb: project() in kdb.git/CMakeLists.txt
    • KProperty: project() in kproperty.git/CMakeLists.txt
    • KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
  • Test Windows installer

Information updates