From: Lev Lamberov <dogsleg@debian.org>
Subject: Add version number

This patch adds version numbers to Emacs Lisp files, which are needed
for dh-elpa to operate correctly.

--- a/gitattributes-mode.el
+++ b/gitattributes-mode.el
@@ -6,6 +6,7 @@
 ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.net>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
--- a/gitconfig-mode.el
+++ b/gitconfig-mode.el
@@ -6,6 +6,7 @@
 ;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
--- a/gitignore-mode.el
+++ b/gitignore-mode.el
@@ -6,6 +6,7 @@
 ;; Author: Sebastian Wiesner <lunaryorn@gmail.com>
 ;; Maintainer: Jonas Bernoulli <emacs.git-modes@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/git-modes
+;; Version: 1.4.5
 ;; Keywords: convenience vc git
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
