Add VERSION action

Issue #33 resolved
Mihael Schmidt repo owner created an issue

Currently there is no way to determine the version of the ipkg client.

Solution: A VERSION action could output the current version. The version could be placed in the Makefile and added as a user defined attribute to the ipkg client program object. This value could be retrieved during runtime.

Comments (3)

  1. Mihael Schmidt reporter

    Another way would be to extract the version to a copybook which only states a single constant:

    dcl-c VERSION ‘0.1.0’;

  2. Log in to comment