This patch add the function ycmd-version to get the emacs-ycmd package version. Add also more system information to ycmd-show-debug-info.
Since we get many tickets with outdated emacs-ycmd package. This could help to track them down more easily.
Also change package version to a common pattern among emacs packages. Using the suffix -cvs for snapshot versions and removing suffix when releasing a version. We should change the version more often, basically after each bugfix or new feature. This could also help to track down issues more quickly.
This PR is based on the changes of #381 and once #381 is merged I will rebase onto master again.
This patch add the function
ycmd-version
to get theemacs-ycmd
package version. Add also more system information toycmd-show-debug-info
.Since we get many tickets with outdated
emacs-ycmd
package. This could help to track them down more easily.Also change package version to a common pattern among emacs packages. Using the suffix
-cvs
for snapshot versions and removing suffix when releasing a version. We should change the version more often, basically after each bugfix or new feature. This could also help to track down issues more quickly.This PR is based on the changes of #381 and once #381 is merged I will rebase onto master again.