ejabberd - Comments for "ejabberd 0.0 is running in that node" https://www.ejabberd.im/forum/25593/ejabberd-00-running-node en The ejabberd version number https://www.ejabberd.im/forum/25593/ejabberd-00-running-node#comment-67069 <p>The ejabberd version number is read from the file ejabberd.app, the attribute vsn. And that number is extracted from the git tag when compiling ejabberd:</p> <pre> configure.ac: AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2&gt;/dev/null || echo 0.0` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd]) </pre><p> So, in your case if git isn't available, it uses the default value. If you are really interested, you can simply force that number in the file 'configure', lines:</p> <pre> PACKAGE_VERSION='16.09.8' PACKAGE_STRING='ejabberd 16.09.8' </pre> Fri, 23 Sep 2016 19:27:18 +0000 badlop comment 67069 at https://www.ejabberd.im