14 lines
264 B
EmacsLisp
14 lines
264 B
EmacsLisp
;;; magit-version.el --- the Magit version you are using
|
|
|
|
(setq magit-version "4.3.1")
|
|
|
|
(provide 'migit-version)
|
|
|
|
;; Local Variables:
|
|
;; version-control: never
|
|
;; no-byte-compile: t
|
|
;; no-update-autoloads: t
|
|
;; coding: utf-8
|
|
;; End:
|
|
;;; magit-version.el ends here
|