summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-03-17 14:24:27 +0100
committerBastien Guerry <bzg@altern.org>2012-03-17 14:24:27 +0100
commitd254b05500657250ab2ddd729b7182e7375b7678 (patch)
treedab13dcf281f2e802572efac1b6c9317066040dd
parent78ec8e21b8a5c72797c108621ae18c89e92a3dab (diff)
downloadorg-mode-d254b05500657250ab2ddd729b7182e7375b7678.tar.gz
Revert "Release 7.8.04"
This reverts commit 78ec8e21b8a5c72797c108621ae18c89e92a3dab.
-rw-r--r--README_DIST2
-rw-r--r--doc/org.texi4
-rw-r--r--doc/orgcard.tex2
-rw-r--r--doc/orgguide.texi4
-rw-r--r--lisp/ob-fortran.el2
-rw-r--r--lisp/org-eshell.el2
-rw-r--r--lisp/org.el4
7 files changed, 10 insertions, 10 deletions
diff --git a/README_DIST b/README_DIST
index cf67c99..ad82265 100644
--- a/README_DIST
+++ b/README_DIST
@@ -1,7 +1,7 @@
The is a distribution of Org, a plain text notes and project planning
tool for Emacs.
-The version of this release is: 7.8.04
+The version of this release is: 7.8.03
The homepage of Org is at http://orgmode.org
diff --git a/doc/org.texi b/doc/org.texi
index bcc9192..181ccd9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -4,8 +4,8 @@
@setfilename ../../info/org
@settitle The Org Manual
-@set VERSION 7.8.04
-@set DATE March 2012
+@set VERSION 7.8.03
+@set DATE January 2012
@c Use proper quote and backtick for code sections in PDF output
@c Cf. Texinfo manual 14.2
diff --git a/doc/orgcard.tex b/doc/orgcard.tex
index de9f6c7..c18b5b0 100644
--- a/doc/orgcard.tex
+++ b/doc/orgcard.tex
@@ -1,5 +1,5 @@
% Reference Card for Org Mode
-\def\orgversionnumber{7.8.04}
+\def\orgversionnumber{7.8.03}
\def\versionyear{2012} % latest update
\def\year{2012} % latest copyright year
diff --git a/doc/orgguide.texi b/doc/orgguide.texi
index e8fabb3..5ac0444 100644
--- a/doc/orgguide.texi
+++ b/doc/orgguide.texi
@@ -3,8 +3,8 @@
@setfilename ../../info/orgguide
@settitle The compact Org-mode Guide
-@set VERSION 7.8.04
-@set DATE March 2012
+@set VERSION 7.8.03
+@set DATE January 2012
@c Use proper quote and backtick for code sections in PDF output
@c Cf. Texinfo manual 14.2
diff --git a/lisp/ob-fortran.el b/lisp/ob-fortran.el
index 733a338..fadec9d 100644
--- a/lisp/ob-fortran.el
+++ b/lisp/ob-fortran.el
@@ -5,7 +5,7 @@
;; 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.04
+;; Version: 7.8.02
;; 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 536cb77..16b19e2 100644
--- a/lisp/org-eshell.el
+++ b/lisp/org-eshell.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
;; Author: Konrad Hinsen <konrad.hinsen AT fastmail.net>
-;; Version: 7.8.04
+;; Version: 0.1
;; This file is part of GNU Emacs.
diff --git a/lisp/org.el b/lisp/org.el
index 55565fe..41facf8 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -7,7 +7,7 @@
;; Maintainer: Bastien Guerry <bzg at gnu dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 7.8.04
+;; Version: 7.8.03
;;
;; This file is part of GNU Emacs.
;;
@@ -209,7 +209,7 @@ identifier."
;;; Version
-(defconst org-version "7.8.04"
+(defconst org-version "7.8.03"
"The version number of the file org.el.")
;;;###autoload