branch: elpa/jinja2-mode
commit 4fc7d6deb9c656dabc120c39431b640399a08a72
Merge: a6e6574441 954a810732
Author: Florian Mounier <[email protected]>
Commit: Florian Mounier <[email protected]>
Merge branch 'master' of github.com:paradoxxxzero/jinja2-mode
---
jinja2-mode.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/jinja2-mode.el b/jinja2-mode.el
index f19432bee1..8e969a81bb 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
@@ -317,3 +318,5 @@
(add-to-list 'auto-mode-alist '("\\.jinja2\\'" . jinja2-mode))
(provide 'jinja2-mode)
+
+;;; jinja2-mode.el ends here