branch: elpa/jinja2-mode
commit 832c03e0a2d4a2fd88333e1fddfd9c37bc2b844c
Author: sindikat <[email protected]>
Commit: sindikat <[email protected]>
elpa compatibility
---
jinja2-mode.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/jinja2-mode.el b/jinja2-mode.el
index 0d5dadb797..474502f04d 100644
--- a/jinja2-mode.el
+++ b/jinja2-mode.el
@@ -3,6 +3,7 @@
;; Copyright (C) 2011 Florian Mounier aka paradoxxxzero
;; Author: Florian Mounier aka paradoxxxzero
+;; Version: 0.1
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -316,3 +317,5 @@
(add-to-list 'auto-mode-alist '("\\.jinja2\\'" . jinja2-mode))
(provide 'jinja2-mode)
+
+;;; jinja2-mode.el ends here