Selaa lähdekoodia

Merge branch 'hotfix-7.8.06'

Bastien Guerry 13 vuotta sitten
vanhempi
commit
61106491b3
5 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 1 1
      README_DIST
  2. 2 2
      doc/org.texi
  3. 1 1
      doc/orgcard.tex
  4. 2 2
      doc/orgguide.texi
  5. 2 2
      lisp/org.el

+ 1 - 1
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.06
+The version of this release is: 7.8.07
 
 The homepage of Org is at http://orgmode.org
 

+ 2 - 2
doc/org.texi

@@ -4,8 +4,8 @@
 @setfilename ../../info/org
 @settitle The Org Manual
 
-@set VERSION 7.8.06
-@set DATE mars 2012
+@set VERSION 7.8.07
+@set DATE March 2012
 
 @c Use proper quote and backtick for code sections in PDF output
 @c Cf. Texinfo manual 14.2

+ 1 - 1
doc/orgcard.tex

@@ -1,5 +1,5 @@
 % Reference Card for Org Mode
-\def\orgversionnumber{7.8.06}
+\def\orgversionnumber{7.8.07}
 \def\versionyear{2012}          % latest update
 \def\year{2012}                 % latest copyright year
 

+ 2 - 2
doc/orgguide.texi

@@ -3,8 +3,8 @@
 @setfilename ../../info/orgguide
 @settitle The compact Org-mode Guide
 
-@set VERSION 7.8.06
-@set DATE mars 2012
+@set VERSION 7.8.07
+@set DATE March 2012
 
 @c Use proper quote and backtick for code sections in PDF output
 @c Cf. Texinfo manual 14.2

+ 2 - 2
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.06
+;; Version: 7.8.07
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -209,7 +209,7 @@ identifier."
 
 ;;; Version
 
-(defconst org-version "7.8.06"
+(defconst org-version "7.8.07"
   "The version number of the file org.el.")
 
 ;;;###autoload