I noticed that kamailio -I
and kamailio -V
do not give git version hash anymore.
This commit fixes at least kamailio -I and -V output, I think.
I don't know / remember if further adjustment is needed for other REPO_ constants.
#define REPO_VER ""
#define REPO_HASH "unknown"
#define REPO_STATE ""
$ src/kamailio -I|grep Source
Source code revision ID: unknown
#define REPO_VER "5c48b2"
#define REPO_HASH "5c48b2"
#define REPO_STATE ""
$ src/kamailio -I|grep Source
Source code revision ID: 5c48b2
https://github.com/kamailio/kamailio/pull/1560
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.