<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Sorry to ask here, but I wasn't able to get some official
    guidelines.<br>
    <br>
    1) Version/Release numbers:<br>
    <br>
    - I have to place them both in the <i>.yaml </i>file (for RPM
    build) and in some <i>.h</i> or <i>.qml </i>source (to show it in
    some "about" dialog): is there a way to define the Version/Release
    numbers in a <i>single</i> file of the project, making them
    available to C++, QML and RPM-build ?<br>
    <br>
    2) from time to time my software has to write some output file
    (collected data) that the user may use in another app:<br>
    <br>
    - is it correct to save in <i>$HOME/Documents</i> ?<br>
    <br>
    Thanks.<br>
  </body>
</html>