summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-03-17 14:43:21 +0100
committerBastien Guerry <bzg@altern.org>2012-03-17 14:43:21 +0100
commitb058173c6cbc44186cf41ab2e7545a94b35cff79 (patch)
tree7cdb990bf89d19f73bed58092cb61309534e96ba
parentfdc20f7792120a728db5ac20485b049aedba4009 (diff)
downloadorg-mode-b058173c6cbc44186cf41ab2e7545a94b35cff79.tar.gz
Don't use the "Version:" tag elsewhere than in org.el
This commit prepares the maint>master merge, which otherwise results in merge conflicts.
-rw-r--r--lisp/ob-fortran.el1
-rw-r--r--lisp/org-eshell.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ob-fortran.el b/lisp/ob-fortran.el
index 283f1ce..e9ff78d 100644
--- a/lisp/ob-fortran.el
+++ b/lisp/ob-fortran.el
@@ -5,7 +5,6 @@
;; Authors: Sergey Litvinov (based on ob-C.el by Eric Schulte), Eric Schulte
;; Keywords: literate programming, reproducible research, fortran
;; Homepage: http://orgmode.org
-;; Version: 7.8.03
;; 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
diff --git a/lisp/org-eshell.el b/lisp/org-eshell.el
index c386af8..de6f9fb 100644
--- a/lisp/org-eshell.el
+++ b/lisp/org-eshell.el
@@ -3,7 +3,6 @@
;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
-;; Version: 0.1
;; This file is part of GNU Emacs.