Bump to version number 7.8.08.
This commit is contained in:
parent
7ea4efd411
commit
60b6f60dfe
|
@ -1,7 +1,7 @@
|
||||||
The is a distribution of Org, a plain text notes and project planning
|
The is a distribution of Org, a plain text notes and project planning
|
||||||
tool for Emacs.
|
tool for Emacs.
|
||||||
|
|
||||||
The version of this release is: 7.8.07
|
The version of this release is: 7.8.08
|
||||||
|
|
||||||
The homepage of Org is at http://orgmode.org
|
The homepage of Org is at http://orgmode.org
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
@setfilename ../../info/org
|
@setfilename ../../info/org
|
||||||
@settitle The Org Manual
|
@settitle The Org Manual
|
||||||
|
|
||||||
@set VERSION 7.8.07
|
@set VERSION 7.8.08
|
||||||
@set DATE March 2012
|
@set DATE April 2012
|
||||||
|
|
||||||
@c Use proper quote and backtick for code sections in PDF output
|
@c Use proper quote and backtick for code sections in PDF output
|
||||||
@c Cf. Texinfo manual 14.2
|
@c Cf. Texinfo manual 14.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% Reference Card for Org Mode
|
% Reference Card for Org Mode
|
||||||
\def\orgversionnumber{7.8.07}
|
\def\orgversionnumber{7.8.08}
|
||||||
\def\versionyear{2012} % latest update
|
\def\versionyear{2012} % latest update
|
||||||
\def\year{2012} % latest copyright year
|
\def\year{2012} % latest copyright year
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
@setfilename ../../info/orgguide
|
@setfilename ../../info/orgguide
|
||||||
@settitle The compact Org-mode Guide
|
@settitle The compact Org-mode Guide
|
||||||
|
|
||||||
@set VERSION 7.8.07
|
@set VERSION 7.8.08
|
||||||
@set DATE March 2012
|
@set DATE April 2012
|
||||||
|
|
||||||
@c Use proper quote and backtick for code sections in PDF output
|
@c Use proper quote and backtick for code sections in PDF output
|
||||||
@c Cf. Texinfo manual 14.2
|
@c Cf. Texinfo manual 14.2
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
;; Maintainer: Bastien Guerry <bzg at gnu dot org>
|
;; Maintainer: Bastien Guerry <bzg at gnu dot org>
|
||||||
;; Keywords: outlines, hypermedia, calendar, wp
|
;; Keywords: outlines, hypermedia, calendar, wp
|
||||||
;; Homepage: http://orgmode.org
|
;; Homepage: http://orgmode.org
|
||||||
;; Version: 7.8.07
|
;; Version: 7.8.08
|
||||||
;;
|
;;
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
;;
|
;;
|
||||||
|
@ -204,7 +204,7 @@ identifier."
|
||||||
|
|
||||||
;;; Version
|
;;; Version
|
||||||
|
|
||||||
(defconst org-version "7.8.07"
|
(defconst org-version "7.8.08"
|
||||||
"The version number of the file org.el.")
|
"The version number of the file org.el.")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Reference in New Issue