Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
Line 9: Line 9:
***PROJECT_VERSION_RELEASE
***PROJECT_VERSION_RELEASE
***KEXI_ALPHA, KEXI_BETA, KEXI_BETA
***KEXI_ALPHA, KEXI_BETA, KEXI_BETA
**KEXI: in kexi.git/CMakeLists.txt
***Maybe KEXI_FRAMEWORKS_MIN_VERSION
**KDb: project() in kdb.git/CMakeLists.txt
**KDb: project() in kdb.git/CMakeLists.txt
**KProperty: project() in kproperty.git/CMakeLists.txt
**KProperty: project() in kproperty.git/CMakeLists.txt
**KReport: project() in kreport.git/CMakeLists.txt
**KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
*Test Windows installer
*Test Windows installer



Revision as of 20:09, 6 March 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